From 19831537a9bad39ccbd974866c33d72b5096283b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 18 May 2016 15:57:13 +0000 Subject: [PATCH] Fix typo. Spotted by: Matteo Riondato --- sys/boot/common/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/common/commands.c b/sys/boot/common/commands.c index 03c93e92a14..c60c612a4d2 100644 --- a/sys/boot/common/commands.c +++ b/sys/boot/common/commands.c @@ -217,7 +217,7 @@ COMMAND_SET(commandlist, "?", "list commands", command_commandlist); * unconditionally prints some commands. This will lead to anomalous * behavior. There's no 'pager_output' binding to FORTH to allow * things to work right, so I'm documenting the bug rather than - * fixnig it. + * fixing it. */ static int command_commandlist(int argc, char *argv[])