commit | 8b27e3a29023cadf0992402a9e0329bef083725a | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Jul 03 18:19:53 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Jul 03 18:19:53 2013 -0700 |
tree | 6b018e5f2b6be54a7e4f3c127bb92456d280de8e | |
parent | 2934a5bbfa16b2d5a06d5ba59bb7507bfc3ffea9 [diff] |
In set, fix comment.
diff --git a/ndn-cpp/Name.hpp b/ndn-cpp/Name.hpp index bd89377..58b78bd 100644 --- a/ndn-cpp/Name.hpp +++ b/ndn-cpp/Name.hpp
@@ -100,8 +100,8 @@ void get(struct ndn_Name &nameStruct); /** - * Clear the name, and set the components by copying from the name struct. - * @param name a C ndn_Name struct + * Clear this name, and set the components by copying from the name struct. + * @param nameStruct a C ndn_Name struct */ void set(struct ndn_Name &nameStruct);