1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Fix typo in comment.

This commit is contained in:
Stefan Farfeleder 2005-04-08 21:31:20 +00:00
parent cf00abe993
commit 77a9f6dd96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144817

View File

@ -467,7 +467,7 @@ callback_register(callback_func *func, void *arg)
callbacks = cb;
}
/* specially-handled comamnds */
/* specially-handled commands */
static void setifaddr(const char *, int, int, const struct afswtch *);
static const struct cmd setifaddr_cmd = DEF_CMD("ifaddr", 0, setifaddr);