Small corrections in doxygen comments
diff --git a/model/sync-app-socket.h b/model/sync-app-socket.h
index fb2d271..dfa29db 100644
--- a/model/sync-app-socket.h
+++ b/model/sync-app-socket.h
@@ -64,11 +64,11 @@
/**
* @brief delete a participant's subtree from the sync tree; SyncLogic will do the work
- * this is just a wrapper
+ * this is just a wrapper
*
- * @param the prefix for the participant
+ * @param prefix the prefix for the participant
*/
- void remove (const std::string &prefix) {m_syncLogic.remove(prefix);}
+ void remove (const std::string &prefix) {m_syncLogic.remove(prefix);}
private:
CcnxWrapperPtr m_ccnxHandle;