summaryrefslogtreecommitdiff
path: root/sys/arch/sun68k/include/mon.h
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2023-06-24 05:27:13 +0000
committermsaitoh <msaitoh@NetBSD.org>2023-06-24 05:27:13 +0000
commit393145cfbfd38d9112939b088b52a1219f407368 (patch)
tree032d0e75757634819447353d0122c2979181c51a /sys/arch/sun68k/include/mon.h
parent551fd735da6bdef326efebe111c2e22e06b826bf (diff)
Fix typo in comment.
Diffstat (limited to 'sys/arch/sun68k/include/mon.h')
-rw-r--r--sys/arch/sun68k/include/mon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun68k/include/mon.h b/sys/arch/sun68k/include/mon.h
index de5dc3d7b3a..53e96dea713 100644
--- a/sys/arch/sun68k/include/mon.h
+++ b/sys/arch/sun68k/include/mon.h
@@ -1,4 +1,4 @@
-/* $NetBSD: mon.h,v 1.5 2008/04/28 20:23:38 martin Exp $ */
+/* $NetBSD: mon.h,v 1.6 2023/06/24 05:31:05 msaitoh Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*
* In particular, this file came out of the Walnut Creek cdrom collection
* which contained no warnings about any possible copyright infringement.
- * It was also indentical to a file in the sprite kernel tar file found on
+ * It was also identical to a file in the sprite kernel tar file found on
* allspice.berkeley.edu.
* It also written in the annoying sprite coding style. I've made
* efforts not to heavily edit their file, just ifdef parts out. -- glass