From: Marcin Siodelski Date: Tue, 6 Nov 2012 17:08:00 +0000 (+0100) Subject: [2417] Minor: removed tag in the documentation. X-Git-Tag: trac2487_base~18^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5deb4caf172b2d8109b7bfab40b1d3e49526cdb;p=thirdparty%2Fkea.git [2417] Minor: removed tag in the documentation. --- diff --git a/src/lib/dhcp/option_definition.h b/src/lib/dhcp/option_definition.h index 14a0bb11d6..166765facd 100644 --- a/src/lib/dhcp/option_definition.h +++ b/src/lib/dhcp/option_definition.h @@ -419,7 +419,7 @@ private: /// with a specified option code (aka option type). /// Note that this container can hold multiple options with the /// same code. For this reason, the latter index can be used to -/// obtain a range of options for a particular option code. +/// obtain a range of options for a particular option code. /// /// @todo: need an index to search options using option space name /// once option spaces are implemented.