diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-04-08 21:31:20 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-04-08 21:31:20 +0000 |
| commit | 77a9f6dd96b13852459f5e836a384f6ea8f5fa2f (patch) | |
| tree | 8265d5462e4111fc3bd7f489357a6325d0b15195 /sbin | |
| parent | cf00abe99305cc6c09c14d3b21e6971c0617a183 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/ifconfig/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 3ab1dce7971a..eef77ec36c2e 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -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); |
