Fix typo.

Spotted by: Matteo Riondato
This commit is contained in:
Warner Losh 2016-05-18 15:57:13 +00:00
parent 94081f88e8
commit 19831537a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300156

View File

@ -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[])