Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/dev Fix typo again... s/Comparision/Compari...



details:   https://anonhg.NetBSD.org/src/rev/1a3f96ae05f6
branches:  trunk
changeset: 1026754:1a3f96ae05f6
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 15:25:56 2021 +0000

description:
Fix typo again... s/Comparision/Comparison/

diffstat:

 sys/arch/sgimips/dev/dp8573areg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4eadf614c989 -r 1a3f96ae05f6 sys/arch/sgimips/dev/dp8573areg.h
--- a/sys/arch/sgimips/dev/dp8573areg.h Sun Dec 05 15:22:37 2021 +0000
+++ b/sys/arch/sgimips/dev/dp8573areg.h Sun Dec 05 15:25:56 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dp8573areg.h,v 1.2 2021/12/05 04:26:37 msaitoh Exp $   */
+/*     $NetBSD: dp8573areg.h,v 1.3 2021/12/05 15:25:56 msaitoh Exp $   */
 
 /*
  * Copyright (c) 2003 Steve Rumble
@@ -96,7 +96,7 @@
 #define DP8573A_YEAR           0x0b    /* Years */
 #define DP8573A_DOW            0x0e    /* Day of Week */
 
-/* Comparision Registers */
+/* Comparison Registers */
 #define DP8573A_CMP_SEC                0x13    /* Seconds */ 
 #define DP8573A_CMP_MIN                0x14    /* Minutes */
 #define DP8573A_CMP_HOUR       0x15    /* Hours */



Home | Main Index | Thread Index | Old Index