Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/find rest of previous.
details: https://anonhg.NetBSD.org/src/rev/1bdb72010259
branches: trunk
changeset: 779136:1bdb72010259
user: dholland <dholland%NetBSD.org@localhost>
date: Sat May 05 21:16:16 2012 +0000
description:
rest of previous.
BQS: 1. dholland: 0.
diffstat:
usr.bin/find/function.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r a4cbf546e140 -r 1bdb72010259 usr.bin/find/function.c
--- a/usr.bin/find/function.c Sat May 05 21:14:55 2012 +0000
+++ b/usr.bin/find/function.c Sat May 05 21:16:16 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: function.c,v 1.69 2012/05/05 20:48:51 dholland Exp $ */
+/* $NetBSD: function.c,v 1.70 2012/05/05 21:16:16 dholland 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.69 2012/05/05 20:48:51 dholland Exp $");
+__RCSID("$NetBSD: function.c,v 1.70 2012/05/05 21:16:16 dholland Exp $");
#endif
#endif /* not lint */
@@ -637,8 +637,8 @@
new->flags |= F_NEEDOK;
/*
- * Terminate if we encounter an arg exacty equal to ";", or an
- * arg exacty equal to "+" following an arg exactly equal to
+ * Terminate if we encounter an arg exactly equal to ";", or an
+ * arg exactly equal to "+" following an arg exactly equal to
* "{}".
*/
for (ap = argv = *argvp, brace = 0;; ++ap) {
Home |
Main Index |
Thread Index |
Old Index