Module Name: src Committed By: pgoyette Date: Sat Mar 12 13:33:18 UTC 2011
Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Fix another instance of the same typo in the same comment! dosn't --> doesn't Thanks again, Jukka! To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 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.28 src/sys/dev/i2c/dbcool.c:1.29 --- src/sys/dev/i2c/dbcool.c:1.28 Fri Mar 11 19:12:46 2011 +++ src/sys/dev/i2c/dbcool.c Sat Mar 12 13:33:18 2011 @@ -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)) {