Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/find Make order of words in comment consistent with ...
details: https://anonhg.NetBSD.org/src/rev/090162928e43
branches: trunk
changeset: 781203:090162928e43
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Aug 26 14:26:37 2012 +0000
description:
Make order of words in comment consistent with that within other
comments (helps with search actions).
Patch from Bug Hunting.
diffstat:
usr.bin/find/function.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r abb3481fad9d -r 090162928e43 usr.bin/find/function.c
--- a/usr.bin/find/function.c Sun Aug 26 14:26:07 2012 +0000
+++ b/usr.bin/find/function.c Sun Aug 26 14:26:37 2012 +0000
@@ -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 @@
/*
* -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)
Home |
Main Index |
Thread Index |
Old Index