Module Name: src Committed By: pgoyette Date: Fri Mar 11 19:12:47 UTC 2011
Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Fix typo in previous - dosn't --> doesn't Thanks, Jukka! To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/i2c/dbcool.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/i2c/dbcool.c diff -u src/sys/dev/i2c/dbcool.c:1.27 src/sys/dev/i2c/dbcool.c:1.28 --- src/sys/dev/i2c/dbcool.c:1.27 Fri Mar 11 18:38:52 2011 +++ src/sys/dev/i2c/dbcool.c Fri Mar 11 19:12:46 2011 @@ -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