From f65624a805403a9a57c991795927db55dcebf5c1 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 21 Oct 2006 13:25:26 +0200 Subject: 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) --- inotail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inotail.h') diff --git a/inotail.h b/inotail.h index 40b0e29..a1ec676 100644 --- a/inotail.h +++ b/inotail.h @@ -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 */ -- cgit v1.2.3-54-g00ecf