]> git.tuebingen.mpg.de Git - osl.git/commitdiff
hlt: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Sun, 21 Nov 2010 10:58:45 +0000 (11:58 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 21 Nov 2010 10:58:45 +0000 (11:58 +0100)
examples/hlt/hlt.c

index 24179e3609e37a50c17513e9d6632930a3ff352b..77777ae22f6bb736bb8e083b224f5ffdf3f38dd4 100644 (file)
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/* A simple program that all hard links of a given directory. */
+/* A simple program that prints all hard links of a given directory. */
 
 #include <inttypes.h>
 #include <osl.h>