diff options
Diffstat (limited to 'llvm/unittests/ProfileData/MemProfTest.cpp')
-rw-r--r-- | llvm/unittests/ProfileData/MemProfTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ProfileData/MemProfTest.cpp b/llvm/unittests/ProfileData/MemProfTest.cpp index 9d79385..840ba8e 100644 --- a/llvm/unittests/ProfileData/MemProfTest.cpp +++ b/llvm/unittests/ProfileData/MemProfTest.cpp @@ -167,7 +167,7 @@ TEST(MemProf, FillsValue) { Records.insert({Pair.first, Pair.second}); } - // Mock program psuedocode and expected memprof record contents. + // Mock program pseudocode and expected memprof record contents. // // AllocSite CallSite // inline foo() { new(); } Y N |