From: Thomas Hindoe Paaboel Andersen Date: Sat, 30 Nov 2013 20:55:35 +0000 (+0100) Subject: macro.h: fix typo in comment X-Git-Tag: v209~1180 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e5f476db05ed520e6454557eaba7dc32c5d5d3a4 macro.h: fix typo in comment --- diff --git a/src/shared/macro.h b/src/shared/macro.h index 6caecab29..9f5f51cb1 100644 --- a/src/shared/macro.h +++ b/src/shared/macro.h @@ -267,7 +267,7 @@ do { \ } \ } while(false) - /* Because statfs.t_type can be int on some architecures, we have to cast + /* Because statfs.t_type can be int on some architectures, we have to cast * the const magic to the type, otherwise the compiler warns about * signed/unsigned comparison, because the magic can be 32 bit unsigned. */