From 4f3d440fc9b281155df9ba3df1799e3474cc4584 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 21 Nov 2010 11:58:45 +0100 Subject: [PATCH 1/1] hlt: Fix typo in comment. --- examples/hlt/hlt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hlt/hlt.c b/examples/hlt/hlt.c index 24179e3..77777ae 100644 --- a/examples/hlt/hlt.c +++ b/examples/hlt/hlt.c @@ -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 #include -- 2.30.2