Source-Changes-HG archive

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

[src/trunk]: src Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/8418bb125f1a
branches:  trunk
changeset: 376605:8418bb125f1a
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sat Jun 24 05:18:12 2023 +0000

description:
Fix typo in comment.

diffstat:

 lib/libbluetooth/bt_dev.c |  6 +++---
 lib/libcrypt/crypt.c      |  6 +++---
 lib/libcurses/refresh.c   |  6 +++---
 lib/libperfuse/ops.c      |  4 ++--
 usr.sbin/sysinst/disks.c  |  4 ++--
 usr.sbin/sysinst/util.c   |  4 ++--
 6 files changed, 15 insertions(+), 15 deletions(-)

diffs (135 lines):

diff -r c9ce560e3be5 -r 8418bb125f1a lib/libbluetooth/bt_dev.c
--- a/lib/libbluetooth/bt_dev.c Sat Jun 24 05:17:02 2023 +0000
+++ b/lib/libbluetooth/bt_dev.c Sat Jun 24 05:18:12 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bt_dev.c,v 1.4 2019/10/03 17:10:16 christos Exp $      */
+/*     $NetBSD: bt_dev.c,v 1.5 2023/06/24 05:18:12 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 2009 Iain Hibbert
@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: bt_dev.c,v 1.4 2019/10/03 17:10:16 christos Exp $");
+__RCSID("$NetBSD: bt_dev.c,v 1.5 2023/06/24 05:18:12 msaitoh Exp $");
 
 #include <sys/event.h>
 #include <sys/ioctl.h>
@@ -614,7 +614,7 @@ bt_devinquiry(const char *name, time_t t
        }
 
        /*
-        * silently adjust number of reponses to fit in uint8_t
+        * silently adjust number of responses to fit in uint8_t
         */
        if (max_rsp < 1)
                max_rsp = 8;
diff -r c9ce560e3be5 -r 8418bb125f1a lib/libcrypt/crypt.c
--- a/lib/libcrypt/crypt.c      Sat Jun 24 05:17:02 2023 +0000
+++ b/lib/libcrypt/crypt.c      Sat Jun 24 05:18:12 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crypt.c,v 1.38 2020/02/22 10:29:17 kamil Exp $ */
+/*     $NetBSD: crypt.c,v 1.39 2023/06/24 05:18:12 msaitoh Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)crypt.c    8.1.1.1 (Berkeley) 8/18/93";
 #else
-__RCSID("$NetBSD: crypt.c,v 1.38 2020/02/22 10:29:17 kamil Exp $");
+__RCSID("$NetBSD: crypt.c,v 1.39 2023/06/24 05:18:12 msaitoh Exp $");
 #endif
 #endif /* not lint */
 
@@ -503,7 +503,7 @@ ascii_is_unsafe(char ch)
  * full scheme name comparison
  * Updated to reflect alc suggestion(s) 
  *
- * retuns boolean 0 on failure, 1 on success, 
+ * returns boolean 0 on failure, 1 on success, 
  */
 static int 
 nondes_scheme_substr(const char * setting,char * scheme, unsigned int len)
diff -r c9ce560e3be5 -r 8418bb125f1a lib/libcurses/refresh.c
--- a/lib/libcurses/refresh.c   Sat Jun 24 05:17:02 2023 +0000
+++ b/lib/libcurses/refresh.c   Sat Jun 24 05:18:12 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: refresh.c,v 1.127 2023/04/28 07:12:39 blymn Exp $      */
+/*     $NetBSD: refresh.c,v 1.128 2023/06/24 05:18:13 msaitoh Exp $    */
 
 /*
  * Copyright (c) 1981, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)refresh.c  8.7 (Berkeley) 8/13/94";
 #else
-__RCSID("$NetBSD: refresh.c,v 1.127 2023/04/28 07:12:39 blymn Exp $");
+__RCSID("$NetBSD: refresh.c,v 1.128 2023/06/24 05:18:13 msaitoh Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -694,7 +694,7 @@ doupdate(void)
                            *wlp->firstchp, *wlp->lastchp);
                        /*
                         * We have just cleared so don't force an update
-                        * otherwise we spray neeedless blanks to a cleared
+                        * otherwise we spray needless blanks to a cleared
                         * screen.  That is, unless, we are using color,
                         * in this case we need to force the background
                         * color to default.
diff -r c9ce560e3be5 -r 8418bb125f1a lib/libperfuse/ops.c
--- a/lib/libperfuse/ops.c      Sat Jun 24 05:17:02 2023 +0000
+++ b/lib/libperfuse/ops.c      Sat Jun 24 05:18:12 2023 +0000
@@ -1,4 +1,4 @@
-/*  $NetBSD: ops.c,v 1.91 2022/07/06 12:33:41 andvar Exp $ */
+/*  $NetBSD: ops.c,v 1.92 2023/06/24 05:18:13 msaitoh Exp $ */
 
 /*-
  *  Copyright (c) 2010-2011 Emmanuel Dreyfus. All rights reserved.
@@ -1230,7 +1230,7 @@ perfuse_node_create(struct puffs_usermou
        len = sizeof(*feo) + sizeof(*foo);
        if ((error = xchg_msg(pu, opc, pm, len, wait_reply)) != 0) {
                /*
-                * create is unimplmented, remember it for later,
+                * create is unimplemented, remember it for later,
                 * and start over using mknod and open instead.
                 */
                if (error == ENOSYS) {
diff -r c9ce560e3be5 -r 8418bb125f1a usr.sbin/sysinst/disks.c
--- a/usr.sbin/sysinst/disks.c  Sat Jun 24 05:17:02 2023 +0000
+++ b/usr.sbin/sysinst/disks.c  Sat Jun 24 05:18:12 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disks.c,v 1.94 2022/12/10 20:58:37 reinoud Exp $ */
+/*     $NetBSD: disks.c,v 1.95 2023/06/24 05:25:04 msaitoh Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -129,7 +129,7 @@ getfslabelname(uint f, uint f_version)
 }
 
 /*
- * Decide wether we want to mount a tmpfs on /var/shm: we do this always
+ * Decide whether we want to mount a tmpfs on /var/shm: we do this always
  * when the machine has more than 16 MB of user memory. On smaller machines,
  * shm_open() and friends will not perform well anyway.
  */
diff -r c9ce560e3be5 -r 8418bb125f1a usr.sbin/sysinst/util.c
--- a/usr.sbin/sysinst/util.c   Sat Jun 24 05:17:02 2023 +0000
+++ b/usr.sbin/sysinst/util.c   Sat Jun 24 05:18:12 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.71 2022/12/15 20:34:46 martin Exp $ */
+/*     $NetBSD: util.c,v 1.72 2023/06/24 05:25:04 msaitoh Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -2130,7 +2130,7 @@ set_menu_select(menudesc *m, void *arg)
 }
 
 /*
- * check wether a binary is available somewhere in PATH,
+ * check whether a binary is available somewhere in PATH,
  * return 1 if found, 0 if not.
  */
 static int



Home | Main Index | Thread Index | Old Index