commit | c7d6550dac7b575a4191dbd38cb36f9f01ff1189 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Nov 06 17:22:26 2013 -0800 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Nov 06 17:22:26 2013 -0800 |
tree | 1d016e70a7f11d3072ab653bc5ac1d27761741f2 | |
parent | 61d16b6350ed17ff4dc842bc10b98ca1bb261433 [diff] |
Name: Fix typo in comment.
diff --git a/include/ndn-cpp/name.hpp b/include/ndn-cpp/name.hpp index 04c89bc..5e67471 100644 --- a/include/ndn-cpp/name.hpp +++ b/include/ndn-cpp/name.hpp
@@ -21,10 +21,13 @@ namespace ndn { +/** + * A Name holds an array of Name::Component and represents an NDN name. + */ class Name { public: /** - * A Name::Component is holds a read-only name component value. + * A Name::Component holds a read-only name component value. */ class Component { public: