From: Brian Bennett Date: Mon, 13 Sep 2021 18:08:14 +0000 (-0700) Subject: Fix illumos name typo X-Git-Tag: 1.0.13~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acc673f95eb3461ed53c7f16263d3a0f34108017;p=thirdparty%2Flldpd.git Fix illumos name typo --- diff --git a/src/daemon/event.c b/src/daemon/event.c index a1f8bd81..635cc3f1 100644 --- a/src/daemon/event.c +++ b/src/daemon/event.c @@ -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;