From f8cb50faab34ae76bfa1e396e774620b34d13cc6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 10 Jun 2009 15:39:49 +0200 Subject: [PATCH] Fix comment of iface_port_name_desc() --- src/interfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5