name.h documentation: Fix typo, remove extra /**
diff --git a/ndn-cpp/c/name.h b/ndn-cpp/c/name.h
index 78fcc9c..68c3b6d 100644
--- a/ndn-cpp/c/name.h
+++ b/ndn-cpp/c/name.h
@@ -34,7 +34,6 @@
 }
 
 /**
-/**
  * Interpret the name component as a network-ordered number and return an integer.
  * @param self A pointer to the ndn_NameComponent struct.
  * @return The integer number.