interest: fix Doxygen and comment typo in matchesData function
refs #1707
Change-Id: Id56132d51af79ed89a75908ce72567db44a17194
diff --git a/src/interest.cpp b/src/interest.cpp
index 80434ab..8959881 100644
--- a/src/interest.cpp
+++ b/src/interest.cpp
@@ -188,7 +188,7 @@
// excludes some digests - fullName required
// But Interests that contain the exact Data Name before digest and also
// contain Exclude filter is too rare to optimize for, so we request
- // fullName no mater what's in the Exclude filter.
+ // fullName no matter what's in the Exclude filter.
}
else {
// component to exclude is not the digest
diff --git a/src/interest.hpp b/src/interest.hpp
index e98747e..78e6802 100644
--- a/src/interest.hpp
+++ b/src/interest.hpp
@@ -203,8 +203,6 @@
* This method considers Name, MinSuffixComponents, MaxSuffixComponents,
* PublisherPublicKeyLocator, and Exclude.
* This method does not consider ChildSelector and MustBeFresh.
- *
- * @todo recognize implicit digest component
*/
bool
matchesData(const Data& data) const;