macro.h: fix typo in comment

This commit is contained in:
Thomas Hindoe Paaboel Andersen
2013-11-30 21:55:35 +01:00
parent 98a4025806
commit e5f476db05

View 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.
*/