diff options
| author | andvar <andvar@NetBSD.org> | 2023-05-21 18:01:38 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-05-21 18:01:38 +0000 |
| commit | 8a598a41db7cfd522c600a7eab372d744cecca13 (patch) | |
| tree | 6d85c8a886a770f46fcb5c1863ce3f19cd214030 /sys/dev/ic | |
| parent | d0f9a908bfda628cd27cfe33cf9cb44779e9b3f2 (diff) | |
s/thar/that/ in comments.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/rtl81x9.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index f5dc5addb6a..57ea4e762de 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtl81x9.c,v 1.113 2022/09/25 18:43:32 thorpej Exp $ */ +/* $NetBSD: rtl81x9.c,v 1.114 2023/05/21 18:01:38 andvar Exp $ */ /* * Copyright (c) 1997, 1998 @@ -86,7 +86,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtl81x9.c,v 1.113 2022/09/25 18:43:32 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtl81x9.c,v 1.114 2023/05/21 18:01:38 andvar Exp $"); #include <sys/param.h> @@ -699,7 +699,7 @@ rtk_attach(struct rtk_softc *sc) /* * From this point forward, the attachment cannot fail. A failure - * before this releases all resources thar may have been + * before this releases all resources that may have been * allocated. */ sc->sc_flags |= RTK_ATTACHED; |
