]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Fix illumos name typo
authorBrian Bennett <bahamat@digitalelf.net>
Mon, 13 Sep 2021 18:08:14 +0000 (11:08 -0700)
committerVincent Bernat <vincent@bernat.ch>
Mon, 13 Sep 2021 18:16:07 +0000 (20:16 +0200)
src/daemon/event.c

index a1f8bd813dc8e6845c2e0ae644c41264a6987715..635cc3f1234b45cf21b934eb4d8d8b36031bd39a 100644 (file)
@@ -447,7 +447,7 @@ levent_priv(evutil_socket_t fd, short what, void *arg)
        default:
                /* This is a bit unsafe as we are now out-of-sync with the
                 * monitor. It would be safer to request 0 byte, but some OS
-                * (Illuminos) seem to take the shortcut that by asking 0 byte,
+                * (illumos) seem to take the shortcut that by asking 0 byte,
                 * we can just return 0 byte. */
                log_warnx("event", "received unexpected data from monitor process, exit");
                break;