Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/stand/common fix typos in comments (s/adn/and...



details:   https://anonhg.NetBSD.org/src/rev/913132664a93
branches:  trunk
changeset: 373170:913132664a93
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Jan 22 21:36:12 2023 +0000

description:
fix typos in comments (s/adn/and/ and s/wan tDHCP/want DHCP/).

diffstat:

 sys/arch/emips/stand/common/enic.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0123024b43e9 -r 913132664a93 sys/arch/emips/stand/common/enic.c
--- a/sys/arch/emips/stand/common/enic.c        Sun Jan 22 20:41:25 2023 +0000
+++ b/sys/arch/emips/stand/common/enic.c        Sun Jan 22 21:36:12 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: enic.c,v 1.4 2014/02/24 22:34:08 christos Exp $        */
+/*     $NetBSD: enic.c,v 1.5 2023/01/22 21:36:12 andvar Exp $  */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -271,7 +271,7 @@
 #endif
 
     /*
-     * Yes we wan tDHCP adn this is our MAC
+     * Yes we want DHCP and this is our MAC
      */
        try_bootp = 1;
     enic_getmac(the_enic,desc->myea);



Home | Main Index | Thread Index | Old Index