summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2011-03-11 19:12:46 +0000
committerpgoyette <pgoyette@NetBSD.org>2011-03-11 19:12:46 +0000
commit0f60cd83c3d7526902adfcd4aaf74ce43f55cb59 (patch)
tree0475e6743134d961b1ef38a8fa5c51baff5d3e8a /sys/dev
parent7d36c4f56db0e0ea8203ccb5ccbb86b147121b0a (diff)
Fix typo in previous - dosn't --> doesn't
Thanks, Jukka!
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/i2c/dbcool.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2c/dbcool.c b/sys/dev/i2c/dbcool.c
index 05d5ca0993d..d595c09b373 100644
--- a/sys/dev/i2c/dbcool.c
+++ b/sys/dev/i2c/dbcool.c
@@ -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 @@ dbcool_chip_ident(struct dbcool_chipset *dc)
/* 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