From e0407234b895da52266b5af85090be3876b45021 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 11 Mar 2015 12:55:37 +0100 Subject: [PATCH] [3688] Fix typo in the allocation engine. --- src/lib/dhcpsrv/alloc_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/alloc_engine.h b/src/lib/dhcpsrv/alloc_engine.h index 3a2a58bd1f..d28c706acd 100644 --- a/src/lib/dhcpsrv/alloc_engine.h +++ b/src/lib/dhcpsrv/alloc_engine.h @@ -884,7 +884,7 @@ public: /// This method attempts to find the host reservation for the client. If /// found, it is set in the @c ctx.host_. If the host reservations are /// disabled for the particular subnet or the reservation is not found - /// for the client, the @ctx.host_ is set to NULL. + /// for the client, the @c ctx.host_ is set to NULL. /// /// @param ctx Client context holding various information about the client. static void findReservation(ClientContext4& ctx); -- 2.47.3