summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mopd/common/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mopd/common/device.c')
-rw-r--r--usr.sbin/mopd/common/device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mopd/common/device.c b/usr.sbin/mopd/common/device.c
index 8aeb17b640e..5135f4dd05d 100644
--- a/usr.sbin/mopd/common/device.c
+++ b/usr.sbin/mopd/common/device.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: device.c,v 1.16 2013/11/24 21:32:31 deraadt Exp $ */
+/* $OpenBSD: device.c,v 1.17 2017/01/21 08:33:51 krw Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -157,7 +157,7 @@ deviceInitOne(char *ifname)
snprintf(interface, sizeof(interface), "%s", ifname);
#endif /* _AIX */
- /* Ok, init it just once */
+ /* Ok, init it just once */
p = iflist;
for (p = iflist; p; p = p->next)
if (strcmp(p->if_name, interface) == 0)