]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4232a] Grammar (by Stephen)
authorFrancis Dupont <fdupont@isc.org>
Tue, 15 Mar 2016 11:35:01 +0000 (12:35 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 15 Mar 2016 11:35:01 +0000 (12:35 +0100)
src/lib/eval/token.h

index 015290a4f13e30d42250894f62b39638c5ce59ae..85d31de6f4f594bf12dd6ae2d80de1f76a6cd73d 100644 (file)
@@ -149,7 +149,7 @@ protected:
 
 /// @brief Token representing an IP address as a constant string
 ///
-/// This token holds value of an IP address as a constant string,
+/// This token holds the value of an IP address as a constant string,
 /// for instance 10.0.0.1 is 0x10000001
 class TokenIpAddress : public Token {
 public: