Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Typo



details:   https://anonhg.NetBSD.org/src/rev/d0929df1d0c9
branches:  trunk
changeset: 333277:d0929df1d0c9
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Oct 26 20:51:54 2014 +0000

description:
Typo

diffstat:

 sys/dev/ic/dwc_gmac.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 724480c1a175 -r d0929df1d0c9 sys/dev/ic/dwc_gmac.c
--- a/sys/dev/ic/dwc_gmac.c     Sun Oct 26 18:48:09 2014 +0000
+++ b/sys/dev/ic/dwc_gmac.c     Sun Oct 26 20:51:54 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_gmac.c,v 1.22 2014/10/26 17:39:16 martin Exp $ */
+/* $NetBSD: dwc_gmac.c,v 1.23 2014/10/26 20:51:54 joerg Exp $ */
 
 /*-
  * Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.22 2014/10/26 17:39:16 martin Exp $");
+__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.23 2014/10/26 20:51:54 joerg Exp $");
 
 /* #define     DWC_GMAC_DEBUG  1 */
 
@@ -879,7 +879,7 @@
 
                /*
                 * Defer passing ownership of the first descriptor
-                * untill we are done.
+                * until we are done.
                 */
                if (i)
                        desc->ddesc_status = htole32(DDESC_STATUS_OWNEDBYDEV);



Home | Main Index | Thread Index | Old Index