aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/MemProfTest.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2023-08-14 19:25:11 +0100
committerJay Foad <jay.foad@amd.com>2023-08-15 13:57:21 +0100
commitfdbc944385748e77346c005177ac440d5641d324 (patch)
treeec712435fad0f12fabb582186f2222f614c886e5 /llvm/unittests/ProfileData/MemProfTest.cpp
parent0bcae5e763c7bf951bad06f5913a9905f065539d (diff)
downloadllvm-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.cpp2
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