Source-Changes-HG archive

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

[src/trunk]: src/sys/arch s/odly/oddly/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/5a3fc102c0ff
branches:  trunk
changeset: 368331:5a3fc102c0ff
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue Jul 05 19:31:04 2022 +0000

description:
s/odly/oddly/ in comments.

diffstat:

 sys/arch/amiga/amiga/disksubr.c |  6 +++---
 sys/arch/ofppc/ofppc/disksubr.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 01b7d1ec5dcd -r 5a3fc102c0ff sys/arch/amiga/amiga/disksubr.c
--- a/sys/arch/amiga/amiga/disksubr.c   Tue Jul 05 19:21:26 2022 +0000
+++ b/sys/arch/amiga/amiga/disksubr.c   Tue Jul 05 19:31:04 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.71 2021/12/05 03:07:15 msaitoh Exp $    */
+/*     $NetBSD: disksubr.c,v 1.72 2022/07/05 19:31:04 andvar Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.71 2021/12/05 03:07:15 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.72 2022/07/05 19:31:04 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -415,7 +415,7 @@
                         * the swap partition. copy BCPL string into packname
                         * [the reason we use the swap partition: the user
                         *  can supply a decent packname without worry
-                        *  of having to access an odly named partition
+                        *  of having to access an oddly named partition
                         *  under AmigaDos]
                         */
                        s = lp->d_packname;
diff -r 01b7d1ec5dcd -r 5a3fc102c0ff sys/arch/ofppc/ofppc/disksubr.c
--- a/sys/arch/ofppc/ofppc/disksubr.c   Tue Jul 05 19:21:26 2022 +0000
+++ b/sys/arch/ofppc/ofppc/disksubr.c   Tue Jul 05 19:31:04 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.30 2022/05/24 06:28:00 andvar Exp $     */
+/*     $NetBSD: disksubr.c,v 1.31 2022/07/05 19:31:04 andvar Exp $     */
 
 /*-
  * Copyright (c) 2010 Frank Wille.
@@ -63,7 +63,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.30 2022/05/24 06:28:00 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.31 2022/07/05 19:31:04 andvar Exp $");
 
 #include "opt_disksubr.h"
 
@@ -493,7 +493,7 @@
                         * the swap partition. copy BCPL string into packname
                         * [the reason we use the swap partition: the user
                         *  can supply a decent packname without worry
-                        *  of having to access an odly named partition
+                        *  of having to access an oddly named partition
                         *  under AmigaDos]
                         */
                        s = lp->d_packname;



Home | Main Index | Thread Index | Old Index