Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/find typo in comment



details:   https://anonhg.NetBSD.org/src/rev/31f6cbb242f3
branches:  trunk
changeset: 779133:31f6cbb242f3
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat May 05 20:48:51 2012 +0000

description:
typo in comment

diffstat:

 usr.bin/find/function.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9a955bd4256a -r 31f6cbb242f3 usr.bin/find/function.c
--- a/usr.bin/find/function.c   Sat May 05 20:45:35 2012 +0000
+++ b/usr.bin/find/function.c   Sat May 05 20:48:51 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: function.c,v 1.68 2012/03/20 20:34:57 matt Exp $       */
+/*     $NetBSD: function.c,v 1.69 2012/05/05 20:48:51 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.68 2012/03/20 20:34:57 matt Exp $");
+__RCSID("$NetBSD: function.c,v 1.69 2012/05/05 20:48:51 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -638,7 +638,7 @@
 
        /*
         * Terminate if we encounter an arg exacty equal to ";", or an
-        * arg exacty equal to "+" following an arg exacty equal to
+        * arg exacty equal to "+" following an arg exactly equal to
         * "{}".
         */
        for (ap = argv = *argvp, brace = 0;; ++ap) {



Home | Main Index | Thread Index | Old Index