summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormargarida <margarida@openbsd.org>2003-03-16 05:20:27 +0000
committermargarida <margarida@openbsd.org>2003-03-16 05:20:27 +0000
commit36d9aaa7508650120d6cb698e78a5c908d65aba8 (patch)
tree3ca676e06c75f780024da1acd97d025f5fff5bde
parentmore avoidance of snprintf, strcpy, and strcat; millert ok (diff)
downloadwireguard-openbsd-36d9aaa7508650120d6cb698e78a5c908d65aba8.tar.xz
wireguard-openbsd-36d9aaa7508650120d6cb698e78a5c908d65aba8.zip
modifed -> modified
-rw-r--r--sbin/ifconfig/ifconfig.c6
-rw-r--r--sbin/pdisk/DoSCSICommand.h2
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
*/