Browse Source

[2850] Make a minor comment update

Mukund Sivaraman 12 years ago
parent
commit
54a1d02e88
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/util/memory_segment.h

+ 2 - 2
src/lib/util/memory_segment.h

@@ -178,8 +178,8 @@ public:
     /// as \c addr even if it wouldn't be considered to "belong to" the
     /// segment in its normal sense; it can be used to indicate that memory
     /// has not been allocated for the specified name.  A subsequent call
-    /// to \c getNamedAddress() will return std::pair (true, NULL) for
-    /// that name.
+    /// to \c getNamedAddress() will return NamedAddressResult(true, NULL)
+    /// for that name.
     ///
     /// \note Naming an address is intentionally separated from allocation
     /// so that, for example, one module of a program can name a memory