]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3688] Fix typo in the allocation engine.
authorMarcin Siodelski <marcin@isc.org>
Wed, 11 Mar 2015 11:55:37 +0000 (12:55 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 11 Mar 2015 11:55:37 +0000 (12:55 +0100)
src/lib/dhcpsrv/alloc_engine.h

index 3a2a58bd1f3e3469ed124ca2b60999906b8b01fc..d28c706acd432cca3f73da9c28e6c704b29557ac 100644 (file)
@@ -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);