From 2c60d0894f039ef899921d673ff3dfb3c20cbdfb Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 27 May 2020 16:12:35 +0200 Subject: [PATCH] [#1147] Fixed language --- src/hooks/dhcp/lease_cmds/lease_cmds.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/dhcp/lease_cmds/lease_cmds.dox b/src/hooks/dhcp/lease_cmds/lease_cmds.dox index a172d0880f..8d26e3f1e3 100644 --- a/src/hooks/dhcp/lease_cmds/lease_cmds.dox +++ b/src/hooks/dhcp/lease_cmds/lease_cmds.dox @@ -105,6 +105,6 @@ When a race is detected a critical section is used. Note an expired lease reclamation is called only from the periodic process or by a command. In both cases it is executed by the main -thread so the same thread than lease commands. +thread so the same thread as lease commands. */