Browse Source

[2831] corrected a typo

JINMEI Tatuya 12 years ago
parent
commit
510d6d2e9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/tests/memory_segment_mapped_unittest.cc

+ 1 - 1
src/lib/util/tests/memory_segment_mapped_unittest.cc

@@ -300,7 +300,7 @@ TEST_F(MemorySegmentMappedTest, namedAddress) {
     EXPECT_EQ(test_val16, *static_cast<const uint16_t*>(
                   segment_ro.getNamedAddress("test address")));
 
-    // try to set an unusually long name.  We re-create the file so the
+    // try to set an unusually long name.  We re-create the file so
     // creating the name would cause allocation failure and trigger internal
     // segment extension.
     segment_.reset();