summaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2012-08-26 14:26:37 +0000
committerwiz <wiz@NetBSD.org>2012-08-26 14:26:37 +0000
commit39dc9ff1bef44f14869f2a124dfcc912cffda2c2 (patch)
treee1b96638b9ee5c6a3702a770937aaf4b010fb0ab /usr.bin/find/function.c
parent5b1a699a939ef306067d7ff711df4de147f16228 (diff)
Make order of words in comment consistent with that within other
comments (helps with search actions). Patch from Bug Hunting.
Diffstat (limited to 'usr.bin/find/function.c')
-rw-r--r--usr.bin/find/function.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index 963242396cb..d848f97f2f8 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -1,4 +1,4 @@
-/* $NetBSD: function.c,v 1.70 2012/05/05 21:16:16 dholland Exp $ */
+/* $NetBSD: function.c,v 1.71 2012/08/26 14:26:37 wiz Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "from: @(#)function.c 8.10 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: function.c,v 1.70 2012/05/05 21:16:16 dholland Exp $");
+__RCSID("$NetBSD: function.c,v 1.71 2012/08/26 14:26:37 wiz Exp $");
#endif
#endif /* not lint */
@@ -355,7 +355,7 @@ c_ctime(char ***argvp, int isok)
/*
* -delete functions --
*
- * True always. Makes its best shot and continues on regardless.
+ * Always true. Makes its best shot and continues on regardless.
*/
int
f_delete(PLAN *plan __unused, FTSENT *entry)