diff options
author | margarida <margarida@cvs.openbsd.org> | 2003-03-16 05:20:28 +0000 |
---|---|---|
committer | margarida <margarida@cvs.openbsd.org> | 2003-03-16 05:20:28 +0000 |
commit | d4a1e22d3f0c75f67d873a218b31e68ec3613a91 (patch) | |
tree | 9dba28a9b60ebaf48556cfd8057331857572ba1d /sbin | |
parent | 80a5f49083aba7ea1d732be0ac0e483459366a8b (diff) |
modifed -> modified
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 6 | ||||
-rw-r--r-- | sbin/pdisk/DoSCSICommand.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 4a9fa24feac..450b16a6f40 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.72 2002/11/24 20:39:28 henning Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.73 2003/03/16 05:20:27 margarida Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -81,7 +81,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.72 2002/11/24 20:39:28 henning Exp $"; +static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.73 2003/03/16 05:20:27 margarida Exp $"; #endif #endif /* not lint */ @@ -207,7 +207,7 @@ int prefix(void *val, int); /* * Media stuff. Whenever a media command is first performed, the * currently select media is grabbed for this interface. If `media' - * is given, the current media word is modifed. `mediaopt' commands + * is given, the current media word is modified. `mediaopt' commands * only modify the set and clear words. They then operate on the * current media word later. */ diff --git a/sbin/pdisk/DoSCSICommand.h b/sbin/pdisk/DoSCSICommand.h index 22aea57916d..455fc87276f 100644 --- a/sbin/pdisk/DoSCSICommand.h +++ b/sbin/pdisk/DoSCSICommand.h @@ -1,7 +1,7 @@ /* * DoScsiCommand.h - * - * Modifed by Eryk Vershen (eryk@apple.com) + * Modified by Eryk Vershen (eryk@apple.com) * from an original by Martin Minow */ |