Module Name: src Committed By: joerg Date: Sun Oct 26 20:51:54 UTC 2014
Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/dwc_gmac.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/dev/ic/dwc_gmac.c diff -u src/sys/dev/ic/dwc_gmac.c:1.22 src/sys/dev/ic/dwc_gmac.c:1.23 --- src/sys/dev/ic/dwc_gmac.c:1.22 Sun Oct 26 17:39:16 2014 +++ src/sys/dev/ic/dwc_gmac.c Sun Oct 26 20:51:54 2014 @@ -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 @@ dwc_gmac_queue(struct dwc_gmac_softc *sc /* * Defer passing ownership of the first descriptor - * untill we are done. + * until we are done. */ if (i) desc->ddesc_status = htole32(DDESC_STATUS_OWNEDBYDEV);