Module Name: src
Committed By: andvar
Date: Tue Jul 5 19:31:04 UTC 2022
Modified Files:
src/sys/arch/amiga/amiga: disksubr.c
src/sys/arch/ofppc/ofppc: disksubr.c
Log Message:
s/odly/oddly/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/amiga/amiga/disksubr.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/ofppc/ofppc/disksubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amiga/amiga/disksubr.c
diff -u src/sys/arch/amiga/amiga/disksubr.c:1.71 src/sys/arch/amiga/amiga/disksubr.c:1.72
--- src/sys/arch/amiga/amiga/disksubr.c:1.71 Sun Dec 5 03:07:15 2021
+++ src/sys/arch/amiga/amiga/disksubr.c Tue Jul 5 19:31:04 2022
@@ -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 @@ readdisklabel(dev_t dev, void (*strat)(s
* 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;
Index: src/sys/arch/ofppc/ofppc/disksubr.c
diff -u src/sys/arch/ofppc/ofppc/disksubr.c:1.30 src/sys/arch/ofppc/ofppc/disksubr.c:1.31
--- src/sys/arch/ofppc/ofppc/disksubr.c:1.30 Tue May 24 06:28:00 2022
+++ src/sys/arch/ofppc/ofppc/disksubr.c Tue Jul 5 19:31:04 2022
@@ -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 @@ read_rdb_label(dev_t dev, void (*strat)(
* 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;