Module Name:    src
Committed By:   snj
Date:           Sun Feb 28 15:33:21 UTC 2010

Modified Files:
        src/sys/dev/i2c: i2cvar.h

Log Message:
Spelling police.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/i2cvar.h

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/i2cvar.h
diff -u src/sys/dev/i2c/i2cvar.h:1.7 src/sys/dev/i2c/i2cvar.h:1.8
--- src/sys/dev/i2c/i2cvar.h:1.7	Sun Feb 28 11:34:42 2010
+++ src/sys/dev/i2c/i2cvar.h	Sun Feb 28 15:33:21 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: i2cvar.h,v 1.7 2010/02/28 11:34:42 martin Exp $	*/
+/*	$NetBSD: i2cvar.h,v 1.8 2010/02/28 15:33:21 snj Exp $	*/
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -124,9 +124,9 @@
 					   ia_compat array */
 	const char **	ia_compat;	/* chip names */
 	/*
-	 * The following is of limited usefullness and should only be used
-	 * in rare cases where we realy know what we are doing. Example:
-	 * a machine depended i2c driver (located in sys/arch/$arch/dev)
+	 * The following is of limited usefulness and should only be used
+	 * in rare cases where we really know what we are doing. Example:
+	 * a machine dependent i2c driver (located in sys/arch/$arch/dev)
 	 * needing to access some firmware properties.
 	 * Depending on the firmware in use, an identifier for the device
 	 * may be present. Example: on OpenFirmware machines the device

Reply via email to