Module Name: src Committed By: skrll Date: Fri Apr 16 07:02:09 UTC 2021
Modified Files: src/sys/dev/i2c: i2cvar.h Log Message: spello in comment To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 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.23 src/sys/dev/i2c/i2cvar.h:1.24 --- src/sys/dev/i2c/i2cvar.h:1.23 Mon Jan 25 12:15:32 2021 +++ src/sys/dev/i2c/i2cvar.h Fri Apr 16 07:02:09 2021 @@ -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 @@ struct i2c_attach_args { 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: