Fix typo in comment.
This commit is contained in:
parent
418b48633c
commit
37a23ecf39
|
@ -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
|
* Copyright (c) 2009 Iain Hibbert
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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/event.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
@ -614,7 +614,7 @@ bt_devinquiry(const char *name, time_t to, int max_rsp,
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* silently adjust number of reponses to fit in uint8_t
|
* silently adjust number of responses to fit in uint8_t
|
||||||
*/
|
*/
|
||||||
if (max_rsp < 1)
|
if (max_rsp < 1)
|
||||||
max_rsp = 8;
|
max_rsp = 8;
|
||||||
|
|
|
@ -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
|
* Copyright (c) 1989, 1993
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)crypt.c 8.1.1.1 (Berkeley) 8/18/93";
|
static char sccsid[] = "@(#)crypt.c 8.1.1.1 (Berkeley) 8/18/93";
|
||||||
#else
|
#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
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
|
@ -503,7 +503,7 @@ ascii_is_unsafe(char ch)
|
||||||
* full scheme name comparison
|
* full scheme name comparison
|
||||||
* Updated to reflect alc suggestion(s)
|
* Updated to reflect alc suggestion(s)
|
||||||
*
|
*
|
||||||
* retuns boolean 0 on failure, 1 on success,
|
* returns boolean 0 on failure, 1 on success,
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
nondes_scheme_substr(const char * setting,char * scheme, unsigned int len)
|
nondes_scheme_substr(const char * setting,char * scheme, unsigned int len)
|
||||||
|
|
|
@ -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
|
* Copyright (c) 1981, 1993, 1994
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)refresh.c 8.7 (Berkeley) 8/13/94";
|
static char sccsid[] = "@(#)refresh.c 8.7 (Berkeley) 8/13/94";
|
||||||
#else
|
#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
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
|
@ -694,7 +694,7 @@ doupdate(void)
|
||||||
*wlp->firstchp, *wlp->lastchp);
|
*wlp->firstchp, *wlp->lastchp);
|
||||||
/*
|
/*
|
||||||
* We have just cleared so don't force an update
|
* 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,
|
* screen. That is, unless, we are using color,
|
||||||
* in this case we need to force the background
|
* in this case we need to force the background
|
||||||
* color to default.
|
* color to default.
|
||||||
|
|
|
@ -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.
|
* Copyright (c) 2010-2011 Emmanuel Dreyfus. All rights reserved.
|
||||||
|
@ -1230,7 +1230,7 @@ perfuse_node_create(struct puffs_usermount *pu, puffs_cookie_t opc,
|
||||||
len = sizeof(*feo) + sizeof(*foo);
|
len = sizeof(*feo) + sizeof(*foo);
|
||||||
if ((error = xchg_msg(pu, opc, pm, len, wait_reply)) != 0) {
|
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.
|
* and start over using mknod and open instead.
|
||||||
*/
|
*/
|
||||||
if (error == ENOSYS) {
|
if (error == ENOSYS) {
|
||||||
|
|
|
@ -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.
|
* 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,
|
* when the machine has more than 16 MB of user memory. On smaller machines,
|
||||||
* shm_open() and friends will not perform well anyway.
|
* shm_open() and friends will not perform well anyway.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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.
|
* 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.
|
* return 1 if found, 0 if not.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in New Issue