Updating documentation
diff --git a/helper/ccnb-parser/syntax-tree/ccnb-parser-dtag.cc b/helper/ccnb-parser/syntax-tree/ccnb-parser-dtag.cc
index 68fc794..e7d9b98 100644
--- a/helper/ccnb-parser/syntax-tree/ccnb-parser-dtag.cc
+++ b/helper/ccnb-parser/syntax-tree/ccnb-parser-dtag.cc
@@ -33,7 +33,7 @@
   /**
    * Hack
    *
-   * Stop processing after encountering <Content> dtag.  Actual
+   * Stop processing after encountering "Content" dtag.  Actual
    * content (including virtual payload) will be stored in Packet
    * buffer
    */
diff --git a/helper/ccnb-parser/syntax-tree/ccnb-parser-dtag.h b/helper/ccnb-parser/syntax-tree/ccnb-parser-dtag.h
index 1ff75e3..cca0bba 100644
--- a/helper/ccnb-parser/syntax-tree/ccnb-parser-dtag.h
+++ b/helper/ccnb-parser/syntax-tree/ccnb-parser-dtag.h
@@ -43,7 +43,7 @@
    *
    * DTAG parsing is slightly hacked to provide memory optimization
    * for NS-3 simulations.  Parsing will be stopped after encountering
-   * <Content> dtag.  Actual content (including virtual payload) will
+   * "Content" dtag.  Actual content (including virtual payload) will
    * be stored in Packet buffer
    *
    * \see http://www.ccnx.org/releases/latest/doc/technical/BinaryEncoding.html