From b910f349c44c13a6ab0ea01eec31a679bc5d17ee Mon Sep 17 00:00:00 2001 From: andvar Date: Wed, 5 Apr 2023 21:53:56 +0000 Subject: remove some double ee typos in comments. --- sys/dev/ic/scmdreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/scmdreg.h b/sys/dev/ic/scmdreg.h index 1005dc4cc6c..aad3304575c 100644 --- a/sys/dev/ic/scmdreg.h +++ b/sys/dev/ic/scmdreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: scmdreg.h,v 1.2 2022/05/21 19:07:23 andvar Exp $ */ +/* $NetBSD: scmdreg.h,v 1.3 2023/04/05 21:53:56 andvar Exp $ */ /* * Copyright (c) 2021 Brad Spencer @@ -222,7 +222,7 @@ #define SCMD_LAST_REG SCMD_REG_REM_READ /* The last register address on a module */ #define SCMD_REG_SIZE 0x7F /* Size of the register space including the holes */ -#define SCMD_REMOTE_ADDR_LOW 0x50 /* The first remote I2C addreess */ +#define SCMD_REMOTE_ADDR_LOW 0x50 /* The first remote I2C address */ #define SCMD_REMOTE_ADDR_HIGH 0x5F /* The last remote I2C address */ #define SCMD_HOLE_VALUE 0x55 /* Artificial value on read for a hole register */ #define SCMD_IS_HOLE(r) \ -- cgit