From: Vincent Bernat Date: Wed, 10 Jun 2009 13:39:49 +0000 (+0200) Subject: Fix comment of iface_port_name_desc() X-Git-Tag: 0.5.0~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8cb50faab34ae76bfa1e396e774620b34d13cc6;p=thirdparty%2Flldpd.git Fix comment of iface_port_name_desc() --- diff --git a/src/interfaces.c b/src/interfaces.c index 66e255af..009fabad 100644 --- a/src/interfaces.c +++ b/src/interfaces.c @@ -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) {