Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/stand/efiboot Fix typo in a panic string.
details: https://anonhg.NetBSD.org/src/rev/50897facce10
branches: trunk
changeset: 366454:50897facce10
user: alnsn <alnsn%NetBSD.org@localhost>
date: Mon Aug 27 22:51:55 2018 +0000
description:
Fix typo in a panic string.
diffstat:
sys/stand/efiboot/efifdt.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 362b5d6a33e4 -r 50897facce10 sys/stand/efiboot/efifdt.c
--- a/sys/stand/efiboot/efifdt.c Mon Aug 27 22:41:56 2018 +0000
+++ b/sys/stand/efiboot/efifdt.c Mon Aug 27 22:51:55 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: efifdt.c,v 1.3 2018/08/27 09:51:32 jmcneill Exp $ */
+/* $NetBSD: efifdt.c,v 1.4 2018/08/27 22:51:55 alnsn Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -149,7 +149,7 @@
if (chosen < 0)
chosen = fdt_add_subnode(fdt_data, fdt_path_offset(fdt_data, "/"), FDT_CHOSEN_NODE_NAME);
if (chosen < 0)
- panic("FDT: Failed to craete " FDT_CHOSEN_NODE_PATH " node");
+ panic("FDT: Failed to create " FDT_CHOSEN_NODE_PATH " node");
if (*bootargs)
fdt_setprop_string(fdt_data, chosen, "bootargs", bootargs);
Home |
Main Index |
Thread Index |
Old Index