Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Fix some spelling errors.



details:   https://anonhg.NetBSD.org/src/rev/c152505d0eee
branches:  trunk
changeset: 580596:c152505d0eee
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun May 01 01:10:06 2005 +0000

description:
Fix some spelling errors.

>From OpenBSD.

diffstat:

 sys/dev/usb/ohci.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 88b53b4b2eb6 -r c152505d0eee sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Sun May 01 01:03:11 2005 +0000
+++ b/sys/dev/usb/ohci.c        Sun May 01 01:10:06 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.161 2005/05/01 01:03:11 augustss Exp $      */
+/*     $NetBSD: ohci.c,v 1.162 2005/05/01 01:10:06 augustss Exp $      */
 /*     $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $       */
 
 /*
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.161 2005/05/01 01:03:11 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.162 2005/05/01 01:10:06 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -108,7 +108,7 @@
 
 /*
  * The OHCI controller is little endian, so on big endian machines
- * the data strored in memory needs to be swapped.
+ * the data stored in memory needs to be swapped.
  */
 #if defined(__FreeBSD__) || defined(__OpenBSD__)
 #if BYTE_ORDER == BIG_ENDIAN
@@ -999,7 +999,7 @@
  * Handle suspend/resume.
  *
  * We need to switch to polling mode here, because this routine is
- * called from an intterupt context.  This is all right since we
+ * called from an interupt context.  This is all right since we
  * are almost suspended anyway.
  */
 void



Home | Main Index | Thread Index | Old Index