From ed25b5806002abfdae417d7186a98a3842ba59c6 Mon Sep 17 00:00:00 2001 From: andvar Date: Mon, 23 Jan 2023 22:20:59 +0000 Subject: [PATCH] fix typos in comments. --- sys/dev/i2c/m41st84reg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/i2c/m41st84reg.h b/sys/dev/i2c/m41st84reg.h index 2050c461d11a..059f33bdd1c2 100644 --- a/sys/dev/i2c/m41st84reg.h +++ b/sys/dev/i2c/m41st84reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: m41st84reg.h,v 1.3 2005/12/11 12:21:22 christos Exp $ */ +/* $NetBSD: m41st84reg.h,v 1.4 2023/01/23 22:20:59 andvar Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -77,13 +77,13 @@ #define M41ST84_CONTROL_FT 0x40 /* Frequency test bit */ #define M41ST84_CONTROL_OUT 0x80 /* Output level */ -#define M41ST84_WATCHDOG_RB_MASK 0x03 /* Watchdog resulotion bits */ +#define M41ST84_WATCHDOG_RB_MASK 0x03 /* Watchdog resolution bits */ #define M41ST84_WATCHDOG_BMB_MASK 0x7c /* Watchdog multiplier bits */ #define M41ST84_WATCHDOG_WDS 0x80 /* Watchdog steering bit */ #define M41ST84_AL_MONTH_ABE 0x20 /* alarm in b-backup mode en */ #define M41ST84_AL_MONTH_SQWE 0x40 /* square wave enable */ -#define M41ST84_AL_MONTH_AFE 0x80 /* alarm flage enable */ +#define M41ST84_AL_MONTH_AFE 0x80 /* alarm flag enable */ #define M41ST84_AL_HOUR_HT 0x40 /* Halt Update Bit */