Module Name:    src
Committed By:   andvar
Date:           Tue Jan 31 21:11:24 UTC 2023

Modified Files:
        src/lib/libterminfo: termcap.c
        src/sys/arch/mips/include: cpu.h
        src/usr.sbin/fstyp: hammer_disk.h

Log Message:
fix few typos in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libterminfo/termcap.c
cvs rdiff -u -r1.133 -r1.134 src/sys/arch/mips/include/cpu.h
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/fstyp/hammer_disk.h

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

Modified files:

Index: src/lib/libterminfo/termcap.c
diff -u src/lib/libterminfo/termcap.c:1.24 src/lib/libterminfo/termcap.c:1.25
--- src/lib/libterminfo/termcap.c:1.24	Sun Apr  5 14:53:39 2020
+++ src/lib/libterminfo/termcap.c	Tue Jan 31 21:11:24 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: termcap.c,v 1.24 2020/04/05 14:53:39 martin Exp $ */
+/* $NetBSD: termcap.c,v 1.25 2023/01/31 21:11:24 andvar Exp $ */
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: termcap.c,v 1.24 2020/04/05 14:53:39 martin Exp $");
+__RCSID("$NetBSD: termcap.c,v 1.25 2023/01/31 21:11:24 andvar Exp $");
 
 #include <assert.h>
 #include <ctype.h>
@@ -161,7 +161,7 @@ tgetstr(const char *id2, char **area)
 				str = ud->str;
 		}
 
-	/* XXX: FXIXME
+	/* XXX: FIXME
 	 * We should fix sgr0(me) as it has a slightly different meaning
 	 * for termcap. */
 

Index: src/sys/arch/mips/include/cpu.h
diff -u src/sys/arch/mips/include/cpu.h:1.133 src/sys/arch/mips/include/cpu.h:1.134
--- src/sys/arch/mips/include/cpu.h:1.133	Sat Aug 14 17:51:19 2021
+++ src/sys/arch/mips/include/cpu.h	Tue Jan 31 21:11:24 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.133 2021/08/14 17:51:19 ryo Exp $	*/
+/*	$NetBSD: cpu.h,v 1.134 2023/01/31 21:11:24 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1992, 1993
@@ -242,7 +242,7 @@ struct clockframe {
 };
 
 /*
- * A port must provde CLKF_USERMODE() for use in machine-independent code.
+ * A port must provide CLKF_USERMODE() for use in machine-independent code.
  * These differ on r4000 and r3000 systems; provide them in the
  * port-dependent file that includes this one, using the macros below.
  */

Index: src/usr.sbin/fstyp/hammer_disk.h
diff -u src/usr.sbin/fstyp/hammer_disk.h:1.3 src/usr.sbin/fstyp/hammer_disk.h:1.4
--- src/usr.sbin/fstyp/hammer_disk.h:1.3	Sun Dec  5 07:25:11 2021
+++ src/usr.sbin/fstyp/hammer_disk.h	Tue Jan 31 21:11:24 2023
@@ -1,4 +1,4 @@
-/*        $NetBSD: hammer_disk.h,v 1.3 2021/12/05 07:25:11 msaitoh Exp $      */
+/*        $NetBSD: hammer_disk.h,v 1.4 2023/01/31 21:11:24 andvar Exp $      */
 
 /*
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
@@ -36,7 +36,7 @@
  * $DragonFly: src/sys/vfs/hammer/hammer_disk.h,v 1.55 2008/11/13 02:18:43 dillon Exp $
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.3 2021/12/05 07:25:11 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.4 2023/01/31 21:11:24 andvar Exp $");
 
 #ifndef VFS_HAMMER_DISK_H_
 #define VFS_HAMMER_DISK_H_
@@ -913,7 +913,7 @@ typedef struct hammer_inode_data {
 } *hammer_inode_data_t;
 
 /*
- * Neither mtime nor atime upates are CRCd by the B-Tree element.
+ * Neither mtime nor atime updates are CRCd by the B-Tree element.
  * mtime updates have UNDO, atime updates do not.
  */
 #define HAMMER_INODE_CRCSIZE	\

Reply via email to