Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c Fix another instance of the same typo in the sam...



details:   https://anonhg.NetBSD.org/src/rev/2eaffa7a6238
branches:  trunk
changeset: 763190:2eaffa7a6238
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Mar 12 13:33:18 2011 +0000

description:
Fix another instance of the same typo in the same comment!  dosn't -->
doesn't

Thanks again, Jukka!

diffstat:

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

diffs (27 lines):

diff -r eb65f6151ccc -r 2eaffa7a6238 sys/dev/i2c/dbcool.c
--- a/sys/dev/i2c/dbcool.c      Sat Mar 12 13:25:41 2011 +0000
+++ b/sys/dev/i2c/dbcool.c      Sat Mar 12 13:33:18 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dbcool.c,v 1.28 2011/03/11 19:12:46 pgoyette Exp $ */
+/*     $NetBSD: dbcool.c,v 1.29 2011/03/12 13:33:18 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.28 2011/03/11 19:12:46 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.29 2011/03/12 13:33:18 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1840,7 +1840,7 @@
         * send_byte/receive_byte which doesn't work.
         *
         * So if we only get 0's back then try again with dc->dc_chip
-        * set to the EMC6D103S_DEVICEID and which dosn't have
+        * set to the EMC6D103S_DEVICEID and which doesn't have
         * DBCFLAG_NO_READBYTE set so read_byte will be used
         */
        if ((c_id == 0) && (d_id == 0) && (r_id == 0)) {



Home | Main Index | Thread Index | Old Index