table: PIT entry InRecord/OutRecord getters
refs #1569
Change-Id: I52d9516fa6154036904e163f918890579a745e4f
diff --git a/daemon/table/pit.hpp b/daemon/table/pit.hpp
index 48a267b..41cf520 100644
--- a/daemon/table/pit.hpp
+++ b/daemon/table/pit.hpp
@@ -58,8 +58,8 @@
size_t
size() const;
- /** \brief inserts a FIB entry for prefix
- * If an entry for exact same prefix exists, that entry is returned.
+ /** \brief inserts a PIT entry for prefix
+ * If an entry for exact same name and selectors exists, that entry is returned.
* \return{ the entry, and true for new entry, false for existing entry }
*/
std::pair<shared_ptr<pit::Entry>, bool>