Source-Changes-HG archive

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

[src/trunk]: src fix few typos in comments.



details:   https://anonhg.NetBSD.org/src/rev/973b03490ed9
branches:  trunk
changeset: 373310:973b03490ed9
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue Jan 31 21:11:24 2023 +0000

description:
fix few typos in comments.

diffstat:

 lib/libterminfo/termcap.c    |  6 +++---
 sys/arch/mips/include/cpu.h  |  4 ++--
 usr.sbin/fstyp/hammer_disk.h |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r f7e202e9eb9f -r 973b03490ed9 lib/libterminfo/termcap.c
--- a/lib/libterminfo/termcap.c Tue Jan 31 13:21:37 2023 +0000
+++ b/lib/libterminfo/termcap.c Tue Jan 31 21:11:24 2023 +0000
@@ -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 @@
                                str = ud->str;
                }
 
-       /* XXX: FXIXME
+       /* XXX: FIXME
         * We should fix sgr0(me) as it has a slightly different meaning
         * for termcap. */
 
diff -r f7e202e9eb9f -r 973b03490ed9 sys/arch/mips/include/cpu.h
--- a/sys/arch/mips/include/cpu.h       Tue Jan 31 13:21:37 2023 +0000
+++ b/sys/arch/mips/include/cpu.h       Tue Jan 31 21:11:24 2023 +0000
@@ -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 @@
 };
 
 /*
- * 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.
  */
diff -r f7e202e9eb9f -r 973b03490ed9 usr.sbin/fstyp/hammer_disk.h
--- a/usr.sbin/fstyp/hammer_disk.h      Tue Jan 31 13:21:37 2023 +0000
+++ b/usr.sbin/fstyp/hammer_disk.h      Tue Jan 31 21:11:24 2023 +0000
@@ -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 @@
 } *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   \



Home | Main Index | Thread Index | Old Index