Module Name:    src
Committed By:   martin
Date:           Sat Jun 18 13:52:42 UTC 2022

Modified Files:
        src/usr.sbin/sysinst: label.c

Log Message:
Typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/sysinst/label.c

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/sysinst/label.c
diff -u src/usr.sbin/sysinst/label.c:1.36 src/usr.sbin/sysinst/label.c:1.37
--- src/usr.sbin/sysinst/label.c:1.36	Sat Jun 11 18:27:22 2022
+++ src/usr.sbin/sysinst/label.c	Sat Jun 18 13:52:42 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: label.c,v 1.36 2022/06/11 18:27:22 martin Exp $	*/
+/*	$NetBSD: label.c,v 1.37 2022/06/18 13:52:42 martin Exp $	*/
 
 /*
  * Copyright 1997 Jonathan Stone
@@ -36,7 +36,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: label.c,v 1.36 2022/06/11 18:27:22 martin Exp $");
+__RCSID("$NetBSD: label.c,v 1.37 2022/06/18 13:52:42 martin Exp $");
 #endif
 
 #include <sys/types.h>
@@ -532,7 +532,7 @@ static const uint edit_fs_common_types[]
 
 /*
  * Functions for uncommon file system types - we offer the full list,
- * but put FFSv2 and FFSv1 at the front and duplicat FS_MSDOS as
+ * but put FFSv2 and FFSv1 at the front and duplicate FS_MSDOS as
  * EFI system partition.
  */
 static void

Reply via email to