ndnboost: Also need to rename " boost/" and "(boost/" to ndnboost.
diff --git a/include/ndnboost/config/no_tr1/complex.hpp b/include/ndnboost/config/no_tr1/complex.hpp
index ca20092..4f7c97c 100644
--- a/include/ndnboost/config/no_tr1/complex.hpp
+++ b/include/ndnboost/config/no_tr1/complex.hpp
@@ -5,7 +5,7 @@
//
// The aim of this header is just to include <complex> but to do
// so in a way that does not result in recursive inclusion of
-// the Boost TR1 components if boost/tr1/tr1/complex is in the
+// the Boost TR1 components if ndnboost/tr1/tr1/complex is in the
// include search path. We have to do this to avoid circular
// dependencies:
//