From 6942e5c6e6fa26e589339698f2c736d01842379a Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 6 May 2023 07:18:40 +0200 Subject: [PATCH] host: spelling --- src/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host.c b/src/host.c index 1d4203d84d..d19d321ca7 100644 --- a/src/host.c +++ b/src/host.c @@ -460,7 +460,7 @@ static Host *HostGetNew(Address *a) } else { /* host has been recycled before it went into the spare queue */ - /* host is initialized (recylced) but *unlocked* */ + /* host is initialized (recycled) but *unlocked* */ } (void) SC_ATOMIC_ADD(host_counter, 1); -- 2.47.2