Browse Source

[2310] unrelated editorial fix: removed redundant word from doxygen comment.

JINMEI Tatuya 12 years ago
parent
commit
0a94c9b777
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/zone_data.h

+ 1 - 1
src/lib/datasrc/memory/zone_data.h

@@ -413,7 +413,7 @@ public:
     ///
     /// The class encapsulation ensures that the origin node always exists at
     /// the same address, so this method always returns a non-NULL valid
-    /// valid pointer.
+    /// pointer.
     ///
     /// \throw none
     const ZoneNode* getOriginNode() const {