diff options
| author | andvar <andvar@NetBSD.org> | 2022-12-24 15:23:02 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-12-24 15:23:02 +0000 |
| commit | deeec4a8791a95e0fb6530fb17d3c9c82f0093c1 (patch) | |
| tree | dcde96c90cae9598edbbb7af768219e320a2a07a /sys/compat | |
| parent | deefc29020e3522a8647b9aff2ed695a7114d1f1 (diff) | |
s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/linux/common/linux_socket.c | 6 | ||||
| -rw-r--r-- | sys/compat/linux32/common/linux32_socket.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/linux/common/linux_socket.c b/sys/compat/linux/common/linux_socket.c index c6098718acf..06d9f3fbd7d 100644 --- a/sys/compat/linux/common/linux_socket.c +++ b/sys/compat/linux/common/linux_socket.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.c,v 1.154 2021/09/23 06:56:27 ryo Exp $ */ +/* $NetBSD: linux_socket.c,v 1.155 2022/12/24 15:23:02 andvar Exp $ */ /*- * Copyright (c) 1995, 1998, 2008 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.154 2021/09/23 06:56:27 ryo Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.155 2022/12/24 15:23:02 andvar Exp $"); #if defined(_KERNEL_OPT) #include "opt_inet.h" @@ -1352,7 +1352,7 @@ linux_getifhwaddr(struct lwp *l, register_t *retval, u_int fd, sadl->sdl_type != IFT_ETHER) continue; if (ifnum--) - /* not the reqested iface */ + /* not the requested iface */ continue; memcpy(&lreq.ifr_hwaddr.sa_data, CLLADDR(sadl), diff --git a/sys/compat/linux32/common/linux32_socket.c b/sys/compat/linux32/common/linux32_socket.c index 8ea15052230..75433913074 100644 --- a/sys/compat/linux32/common/linux32_socket.c +++ b/sys/compat/linux32/common/linux32_socket.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux32_socket.c,v 1.31 2020/07/16 15:02:08 msaitoh Exp $ */ +/* $NetBSD: linux32_socket.c,v 1.32 2022/12/24 15:23:02 andvar Exp $ */ /*- * Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved. @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux32_socket.c,v 1.31 2020/07/16 15:02:08 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_socket.c,v 1.32 2022/12/24 15:23:02 andvar Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -597,7 +597,7 @@ linux32_getifhwaddr(struct lwp *l, register_t *retval, u_int fd, sadl->sdl_type != IFT_ETHER) continue; if (ifnum--) - /* not the reqested iface */ + /* not the requested iface */ continue; memcpy(&lreq.ifr_hwaddr.sa_data, CLLADDR(sadl), |
