diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-10-21 13:25:26 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-10-21 13:25:26 +0200 |
commit | f65624a805403a9a57c991795927db55dcebf5c1 (patch) | |
tree | b11bbd2c54a24dfbe4dab4a510fbc544c0f3604a /inotail.h | |
parent | 3e1ce3d550b37d6f833c01860b24166a89908576 (diff) |
Unify wording all over the tree
According to the Linux source it's:
* s/linux/Linux/
* s/Kernel/kernel/
* s/Inotify/inotify/ (except at the beginning of a sentence)
Diffstat (limited to 'inotail.h')
-rw-r--r-- | inotail.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,9 +28,9 @@ struct file_struct { #endif /* DEBUG */ #ifdef __GNUC__ -# define unlikely(x) __builtin_expect(!!(x), 0) /* Taken from linux kernel source */ +# define unlikely(x) __builtin_expect(!!(x), 0) #else # define unlikely(x) (x) -#endif +#endif /* __GNUC__ */ #endif /* _INOTAIL_H */ |