Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/i2c Spelling police.



details:   https://anonhg.NetBSD.org/src/rev/84e283d9835c
branches:  trunk
changeset: 752525:84e283d9835c
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Feb 28 15:33:21 2010 +0000

description:
Spelling police.

diffstat:

 sys/dev/i2c/i2cvar.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r bbf290081b7b -r 84e283d9835c sys/dev/i2c/i2cvar.h
--- a/sys/dev/i2c/i2cvar.h      Sun Feb 28 15:30:22 2010 +0000
+++ b/sys/dev/i2c/i2cvar.h      Sun Feb 28 15:33:21 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index