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 typo in previous - dosn't --> doesn't
details: https://anonhg.NetBSD.org/src/rev/8a5fb5940360
branches: trunk
changeset: 763161:8a5fb5940360
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Mar 11 19:12:46 2011 +0000
description:
Fix typo in previous - dosn't --> doesn't
Thanks, Jukka!
diffstat:
sys/dev/i2c/dbcool.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 038576d81392 -r 8a5fb5940360 sys/dev/i2c/dbcool.c
--- a/sys/dev/i2c/dbcool.c Fri Mar 11 18:55:26 2011 +0000
+++ b/sys/dev/i2c/dbcool.c Fri Mar 11 19:12:46 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dbcool.c,v 1.27 2011/03/11 18:38:52 pgoyette Exp $ */
+/* $NetBSD: dbcool.c,v 1.28 2011/03/11 19:12:46 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.27 2011/03/11 18:38:52 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.28 2011/03/11 19:12:46 pgoyette Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1837,7 +1837,7 @@
/* The EMC6D103S only supports read_byte and since dc->dc_chip is
* NULL when we call dc->dc_readreg above we use
- * send_byte/receive_byte which dosn't work.
+ * 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
Home |
Main Index |
Thread Index |
Old Index