File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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.
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 */
5252static int nobootfs = 0 ;
Original file line number Diff line number Diff line change 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.
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 */
5252static int nobootfs = 0 ;
You can’t perform that action at this time.
0 commit comments