chiark / gitweb /
macro.h: fix typo in comment
[elogind.git] / src / shared / macro.h
index 6caecab29538c3983e655b4f806efc6a88bbd466..9f5f51cb13e2eff079c667e94785cf07dd27de06 100644 (file)
@@ -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.
  */