Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c spello in comment



details:   https://anonhg.NetBSD.org/src/rev/8af5be1b5158
branches:  trunk
changeset: 961337:8af5be1b5158
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Apr 16 07:02:09 2021 +0000

description:
spello in comment

diffstat:

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

diffs (18 lines):

diff -r d78e57183bcc -r 8af5be1b5158 sys/dev/i2c/i2cvar.h
--- a/sys/dev/i2c/i2cvar.h      Fri Apr 16 02:33:28 2021 +0000
+++ b/sys/dev/i2c/i2cvar.h      Fri Apr 16 07:02:09 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i2cvar.h,v 1.23 2021/01/25 12:15:32 jmcneill Exp $     */
+/*     $NetBSD: i2cvar.h,v 1.24 2021/04/16 07:02:09 skrll Exp $        */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -151,7 +151,7 @@
        int             ia_ncompat;     /* number of pointers in the
                                           ia_compat array */
        const char **   ia_compat;      /* chip names */
-       prop_dictionary_t ia_prop;      /* dictionnary for this device */
+       prop_dictionary_t ia_prop;      /* dictionary for this device */
        /*
         * The following is of limited usefulness and should only be used
         * in rare cases where we really know what we are doing. Example:



Home | Main Index | Thread Index | Old Index