From 93e1d83524dad135dfd153e87635ecbe70397ebb Mon Sep 17 00:00:00 2001 From: andvar Date: Sat, 28 May 2022 22:16:43 +0000 Subject: fix various typos in comments. --- sys/dev/i2c/i2cvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/i2c') 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. * -- cgit