]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Fix comment of iface_port_name_desc()
authorVincent Bernat <bernat@luffy.cx>
Wed, 10 Jun 2009 13:39:49 +0000 (15:39 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 10 Jun 2009 13:39:49 +0000 (15:39 +0200)
src/interfaces.c

index 66e255af50c4c15d1b4922198643735230b81fb6..009fabade808a02e8b5622d7827d804037d48b71 100644 (file)
@@ -438,7 +438,7 @@ iface_set_filter(const char *name, int fd)
        return 0;
 }
 
-/* Fill up port ID using hardware L2 address */
+/* Fill up port name and description */
 static void
 iface_port_name_desc(struct lldpd_hardware *hardware)
 {