diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-11-30 21:55:35 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-11-30 21:55:35 +0100 |
commit | e5f476db05ed520e6454557eaba7dc32c5d5d3a4 (patch) | |
tree | 7c2a09cf8a8fc3e4e735b91ff5077256064e3708 /src/shared/macro.h | |
parent | 98a4025806f478fc791b6bcf2ad4764c2e43b168 (diff) |
macro.h: fix typo in comment
Diffstat (limited to 'src/shared/macro.h')
-rw-r--r-- | src/shared/macro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/macro.h b/src/shared/macro.h index 6caecab295..9f5f51cb13 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. */ |