Module Name: src
Committed By: msaitoh
Date: Wed Feb 7 04:00:11 UTC 2024
Modified Files:
src/sys/arch/ia64/include: pmap.h
src/usr.sbin/makefs: README
Log Message:
s/strucutre/structure/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/ia64/include/pmap.h
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/makefs/README
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/ia64/include/pmap.h
diff -u src/sys/arch/ia64/include/pmap.h:1.9 src/sys/arch/ia64/include/pmap.h:1.10
--- src/sys/arch/ia64/include/pmap.h:1.9 Fri Oct 6 11:45:37 2023
+++ src/sys/arch/ia64/include/pmap.h Wed Feb 7 04:00:11 2024
@@ -163,7 +163,7 @@ void pmap_procwr(struct proc *, vaddr_t,
* Note that we if we access the kernel pmap in interrupt context, it
* is only to update statistics. Since stats are updated using atomic
* operations, locking the kernel pmap is not necessary. Therefore,
- * it is not necessary to block interrupts when locking pmap strucutres.
+ * it is not necessary to block interrupts when locking pmap structures.
*/
/* XXX
#define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_slock)
Index: src/usr.sbin/makefs/README
diff -u src/usr.sbin/makefs/README:1.8 src/usr.sbin/makefs/README:1.9
--- src/usr.sbin/makefs/README:1.8 Wed Oct 26 21:56:19 2022
+++ src/usr.sbin/makefs/README Wed Feb 7 04:00:10 2024
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.8 2022/10/26 21:56:19 andvar Exp $
+$NetBSD: README,v 1.9 2024/02/07 04:00:10 msaitoh Exp $
makefs - build a file system image from a directory tree
@@ -102,7 +102,7 @@ Each fs-specific module should have the
prepare_options and cleanup_options are optional and can be NULL.
NOTE: All file system specific options are referenced via the fs_specific
-pointer from the fsinfo_t strucutre. It is up to the filesystem to allocate
+pointer from the fsinfo_t structure. It is up to the filesystem to allocate
and free any data needed for this via the prepare and cleanup callbacks.
Each fs-specific module will need to add its routines to the dispatch array