Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/net Fix comment: s/ACCD/ADDC/



details:   https://anonhg.NetBSD.org/src/rev/dd72eb6acd01
branches:  trunk
changeset: 819477:dd72eb6acd01
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Dec 07 10:03:29 2016 +0000

description:
Fix comment:  s/ACCD/ADDC/

diffstat:

 lib/libc/net/linkaddr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a02a06b34b88 -r dd72eb6acd01 lib/libc/net/linkaddr.c
--- a/lib/libc/net/linkaddr.c   Wed Dec 07 09:52:34 2016 +0000
+++ b/lib/libc/net/linkaddr.c   Wed Dec 07 10:03:29 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linkaddr.c,v 1.21 2016/12/07 09:52:34 kre Exp $        */
+/*     $NetBSD: linkaddr.c,v 1.22 2016/12/07 10:03:29 pgoyette Exp $   */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)linkaddr.c 8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: linkaddr.c,v 1.21 2016/12/07 09:52:34 kre Exp $");
+__RCSID("$NetBSD: linkaddr.c,v 1.22 2016/12/07 10:03:29 pgoyette Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -163,7 +163,7 @@
         *  complex:
         *      if (out < obuf + sizeof(obuf) - ((ch) != '\0'))
         *              *out++ = (ch);
-        *  so it never returns, and the final ACCD(0) always works
+        *  so it never returns, and the final ADDC(0) always works
         *  but that evaluates 'ch' twice, and is slower, so ...)
         */
        obuf[sizeof(obuf) - 1] = '\0';



Home | Main Index | Thread Index | Old Index