diff options
author | Roman <gameroman.official@gmail.com> | 2025-08-30 14:41:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-30 13:41:25 +0000 |
commit | 912ce2631ff397660236a7dc35247f390b1d7818 (patch) | |
tree | f254c05b76ba5be901d64206bb3e426c6de669bb /llvm/lib/IR/DebugInfo.cpp | |
parent | 101216dfdd88a716bfe2bf734e7c94c8fe227f1d (diff) | |
download | llvm-912ce2631ff397660236a7dc35247f390b1d7818.zip llvm-912ce2631ff397660236a7dc35247f390b1d7818.tar.gz llvm-912ce2631ff397660236a7dc35247f390b1d7818.tar.bz2 |
[NFC] Fix typos 'seperate' -> 'separate' (#144368)
Correct few typos: 'seperate' -> 'separate' .
Diffstat (limited to 'llvm/lib/IR/DebugInfo.cpp')
-rw-r--r-- | llvm/lib/IR/DebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/DebugInfo.cpp b/llvm/lib/IR/DebugInfo.cpp index 8e523bc..b468d92 100644 --- a/llvm/lib/IR/DebugInfo.cpp +++ b/llvm/lib/IR/DebugInfo.cpp @@ -755,7 +755,7 @@ private: return getReplacementMDNode(N); }; - // Seperate recursive doRemap and operator [] into 2 lines to avoid + // Separate recursive doRemap and operator [] into 2 lines to avoid // out-of-order evaluations since both of them can access the same memory // location in map Replacements. auto Value = doRemap(N); |