Browse Source

[3688] Fix typo in the allocation engine.

Marcin Siodelski 10 years ago
parent
commit
e0407234b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/alloc_engine.h

+ 1 - 1
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);