Skip to content

Commit c0a31f7

Browse files
committed
s/reognizes/recognizes/ and s/unrecogized/unrecognized/ in comments.
1 parent 778b140 commit c0a31f7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

sys/arch/arm/include/lwp_private.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: lwp_private.h,v 1.1 2024/11/30 01:04:07 christos Exp $ */
1+
/* $NetBSD: lwp_private.h,v 1.2 2026/03/17 20:55:41 andvar Exp $ */
22

33
/*-
44
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@ __lwp_getprivate_fast(void)
6666
return rv;
6767
/*
6868
* Some ARM cores are broken and don't raise an undefined fault when an
69-
* unrecogized mrc instruction is encountered, but just return zero.
69+
* unrecognized mrc instruction is encountered, but just return zero.
7070
* To do deal with that, if we get a zero we (re-)fetch the value using
7171
* syscall.
7272
*/

usr.sbin/sysinst/arch/arc/md.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: md.c,v 1.14 2022/01/29 16:01:17 martin Exp $ */
1+
/* $NetBSD: md.c,v 1.15 2026/03/17 20:55:41 andvar Exp $ */
22

33
/*
44
* Copyright 1997 Piermont Information Systems Inc.
@@ -46,7 +46,7 @@
4646
#include "menu_defs.h"
4747

4848
/*
49-
* ARC BIOS reognizes only FAT, so we have to have a FAT partition
49+
* ARC BIOS recognizes only FAT, so we have to have a FAT partition
5050
* to store our native bootloader.
5151
*/
5252
static int nobootfs = 0;

usr.sbin/sysinst/arch/cobalt/md.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: md.c,v 1.16 2022/06/11 16:25:23 tsutsui Exp $ */
1+
/* $NetBSD: md.c,v 1.17 2026/03/17 20:55:41 andvar Exp $ */
22

33
/*
44
* Copyright 1997 Piermont Information Systems Inc.
@@ -46,7 +46,7 @@
4646
#include "menu_defs.h"
4747

4848
/*
49-
* Firmware reognizes only Linux Ext2 REV 0, so we have to have
49+
* Firmware recognizes only Linux Ext2 REV 0, so we have to have
5050
* a Linux Ext2 fs to store our native bootloader.
5151
*/
5252
static int nobootfs = 0;

0 commit comments

Comments
 (0)