Module Name:    src
Committed By:   bad
Date:           Sat Oct 12 16:16:37 UTC 2024

Modified Files:
        src/usr.sbin/puffs: Makefile

Log Message:
fix spelling of rump_nqmfs and remove accidental "presents"


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/puffs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/puffs/Makefile
diff -u src/usr.sbin/puffs/Makefile:1.21 src/usr.sbin/puffs/Makefile:1.22
--- src/usr.sbin/puffs/Makefile:1.21	Mon Jun  6 10:56:29 2022
+++ src/usr.sbin/puffs/Makefile	Sat Oct 12 16:16:36 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2022/06/06 10:56:29 nia Exp $
+#	$NetBSD: Makefile,v 1.22 2024/10/12 16:16:36 bad Exp $
 
 .include <bsd.own.mk>
 
@@ -20,10 +20,10 @@ SUBDIR+=rump_tmpfs rump_udf rump_v7fs
 # ditto for kernfs
 #SUBDIR+=rump_kernfs
 
-# rump_mqmfs is just another ffs, useful mainly for debugging
+# rump_nqmfs is just another ffs, useful mainly for debugging
 #SUBDIR+=rump_nqmfs
 
-# rump_au-naturel presents lets you access '/' for a rump kernel.
+# rump_au-naturel lets you access '/' for a rump kernel.
 # mostly for debugging.
 #SUBDIR+=rump_au-naturel
 

Reply via email to