diff options
author | Jay Foad <jay.foad@amd.com> | 2023-08-14 19:25:11 +0100 |
---|---|---|
committer | Jay Foad <jay.foad@amd.com> | 2023-08-15 13:57:21 +0100 |
commit | fdbc944385748e77346c005177ac440d5641d324 (patch) | |
tree | ec712435fad0f12fabb582186f2222f614c886e5 /llvm/unittests/ProfileData/MemProfTest.cpp | |
parent | 0bcae5e763c7bf951bad06f5913a9905f065539d (diff) | |
download | llvm-fdbc944385748e77346c005177ac440d5641d324.zip llvm-fdbc944385748e77346c005177ac440d5641d324.tar.gz llvm-fdbc944385748e77346c005177ac440d5641d324.tar.bz2 |
Fix typos in comments
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 |