Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/installboot/arch s/maping/mapping/
details: https://anonhg.NetBSD.org/src/rev/16eccc32e502
branches: trunk
changeset: 1026703:16eccc32e502
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 05:01:50 2021 +0000
description:
s/maping/mapping/
diffstat:
usr.sbin/installboot/arch/hp300.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1819ebfede18 -r 16eccc32e502 usr.sbin/installboot/arch/hp300.c
--- a/usr.sbin/installboot/arch/hp300.c Sun Dec 05 04:58:59 2021 +0000
+++ b/usr.sbin/installboot/arch/hp300.c Sun Dec 05 05:01:50 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hp300.c,v 1.16 2019/05/07 04:35:31 thorpej Exp $ */
+/* $NetBSD: hp300.c,v 1.17 2021/12/05 05:01:50 msaitoh Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#if !defined(__lint)
-__RCSID("$NetBSD: hp300.c,v 1.16 2019/05/07 04:35:31 thorpej Exp $");
+__RCSID("$NetBSD: hp300.c,v 1.17 2021/12/05 05:01:50 msaitoh Exp $");
#endif /* !__lint */
/* We need the target disklabel.h, not the hosts one..... */
@@ -160,7 +160,7 @@
bootstrap = mmap(NULL, params->s1stat.st_size, PROT_READ | PROT_WRITE,
MAP_PRIVATE, params->s1fd, 0);
if (bootstrap == MAP_FAILED) {
- warn("mmaping `%s'", params->stage1);
+ warn("mmapping `%s'", params->stage1);
goto done;
}
Home |
Main Index |
Thread Index |
Old Index