Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/05e9ed6ab578
branches:  trunk
changeset: 366844:05e9ed6ab578
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jun 18 13:52:42 2022 +0000

description:
Typo in comment

diffstat:

 usr.sbin/sysinst/label.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cb04f92120bd -r 05e9ed6ab578 usr.sbin/sysinst/label.c
--- a/usr.sbin/sysinst/label.c  Sat Jun 18 13:41:12 2022 +0000
+++ b/usr.sbin/sysinst/label.c  Sat Jun 18 13:52:42 2022 +0000
@@ -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 @@
 
 /*
  * 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



Home | Main Index | Thread Index | Old Index