Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/udf s/alloction/allocation/



details:   https://anonhg.NetBSD.org/src/rev/0c2e208d6497
branches:  trunk
changeset: 1026680:0c2e208d6497
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 04:21:31 2021 +0000

description:
s/alloction/allocation/

diffstat:

 sys/arch/sparc/dev/vme_machdep.c |  6 +++---
 sys/fs/udf/udf_subr.c            |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r f0044c569c39 -r 0c2e208d6497 sys/arch/sparc/dev/vme_machdep.c
--- a/sys/arch/sparc/dev/vme_machdep.c  Sun Dec 05 03:45:03 2021 +0000
+++ b/sys/arch/sparc/dev/vme_machdep.c  Sun Dec 05 04:21:31 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vme_machdep.c,v 1.74 2021/08/07 16:19:05 thorpej Exp $ */
+/*     $NetBSD: vme_machdep.c,v 1.75 2021/12/05 04:21:31 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vme_machdep.c,v 1.74 2021/08/07 16:19:05 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vme_machdep.c,v 1.75 2021/12/05 04:21:31 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/extent.h>
@@ -963,7 +963,7 @@
 
        /*
         * Each I/O cache line maps to a 8K section of VME DVMA space, so
-        * we must ensure that DVMA alloctions are always 8K aligned.
+        * we must ensure that DVMA allocations are always 8K aligned.
         */
        map->_dm_align = VME_IOC_PAGESZ;
 
diff -r f0044c569c39 -r 0c2e208d6497 sys/fs/udf/udf_subr.c
--- a/sys/fs/udf/udf_subr.c     Sun Dec 05 03:45:03 2021 +0000
+++ b/sys/fs/udf/udf_subr.c     Sun Dec 05 04:21:31 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_subr.c,v 1.158 2021/09/16 22:19:11 andvar Exp $ */
+/* $NetBSD: udf_subr.c,v 1.159 2021/12/05 04:21:31 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.158 2021/09/16 22:19:11 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.159 2021/12/05 04:21:31 msaitoh Exp $");
 #endif /* not lint */
 
 
@@ -2064,7 +2064,7 @@
                        }
                        break;
                default:
-                       panic("bad alloction type in udf's ump->vtop\n");
+                       panic("bad allocation type in udf's ump->vtop\n");
                }
        }
 



Home | Main Index | Thread Index | Old Index