diff options
| author | andvar <andvar@NetBSD.org> | 2022-05-28 22:16:43 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-05-28 22:16:43 +0000 |
| commit | 93e1d83524dad135dfd153e87635ecbe70397ebb (patch) | |
| tree | 53f58f2c037cefd086b41b58352d261e98c8fd25 /sys/dev/i2c | |
| parent | 051f0471ee6e6db45974cb8415954eb9e52b992e (diff) | |
fix various typos in comments.
Diffstat (limited to 'sys/dev/i2c')
| -rw-r--r-- | sys/dev/i2c/i2cvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2cvar.h b/sys/dev/i2c/i2cvar.h index 2a52e5d79e7..f3eca9060ff 100644 --- a/sys/dev/i2c/i2cvar.h +++ b/sys/dev/i2c/i2cvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: i2cvar.h,v 1.24 2021/04/16 07:02:09 skrll Exp $ */ +/* $NetBSD: i2cvar.h,v 1.25 2022/05/28 22:16:43 andvar Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -188,7 +188,7 @@ const struct device_compatible_entry * /* * Constants to indicate the quality of a match made by a driver's - * match routine, from lowest to higest: + * match routine, from lowest to highest: * * -- Address only; no other checks were made. * |
