summaryrefslogtreecommitdiff
path: root/inotail.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-10-21 13:25:26 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-10-21 13:25:26 +0200
commitf65624a805403a9a57c991795927db55dcebf5c1 (patch)
treeb11bbd2c54a24dfbe4dab4a510fbc544c0f3604a /inotail.c
parent3e1ce3d550b37d6f833c01860b24166a89908576 (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.c')
-rw-r--r--inotail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inotail.c b/inotail.c
index 123a3fa..52b1e91 100644
--- a/inotail.c
+++ b/inotail.c
@@ -1,7 +1,7 @@
/*
* inotail.c
- * A fast implementation of tail which uses the inotify-API present in
- * recent Linux Kernels.
+ * A fast implementation of tail which uses the inotify API present in
+ * recent versions of the Linux kernel.
*
* Copyright (C) 2005-2006, Tobias Klauser <tklauser@distanz.ch>
*