Module Name: src Committed By: andvar Date: Sun Jan 22 21:36:12 UTC 2023
Modified Files: src/sys/arch/emips/stand/common: enic.c Log Message: fix typos in comments (s/adn/and/ and s/wan tDHCP/want DHCP/). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/emips/stand/common/enic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/emips/stand/common/enic.c diff -u src/sys/arch/emips/stand/common/enic.c:1.4 src/sys/arch/emips/stand/common/enic.c:1.5 --- src/sys/arch/emips/stand/common/enic.c:1.4 Mon Feb 24 22:34:08 2014 +++ src/sys/arch/emips/stand/common/enic.c Sun Jan 22 21:36:12 2023 @@ -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 @@ enicinit(struct iodesc *desc, void *mach #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);