Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2016 15:57:13 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300156 - head/sys/boot/common
Message-ID:  <201605181557.u4IFvDl4033836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed May 18 15:57:13 2016
New Revision: 300156
URL: https://svnweb.freebsd.org/changeset/base/300156

Log:
  Fix typo.
  
  Spotted by: Matteo Riondato

Modified:
  head/sys/boot/common/commands.c

Modified: head/sys/boot/common/commands.c
==============================================================================
--- head/sys/boot/common/commands.c	Wed May 18 15:50:52 2016	(r300155)
+++ head/sys/boot/common/commands.c	Wed May 18 15:57:13 2016	(r300156)
@@ -217,7 +217,7 @@ COMMAND_SET(commandlist, "?", "list comm
  * 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[])



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605181557.u4IFvDl4033836>