Skip to content

Commit a24d463

Browse files
tinohethserge-sans-paille
authored and
serge-sans-paille
committed
[NFC] Corrected a minor typo in a comment
1 parent 32e4e71 commit a24d463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Support/YAMLTraits.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ bool Output::canElideEmptySequence() {
738738
// the whole key/value can be not written. But, that produces wrong yaml
739739
// if the key/value is the only thing in the map and the map is used in
740740
// a sequence. This detects if the this sequence is the first key/value
741-
// in map that itself is embedded in a sequnce.
741+
// in map that itself is embedded in a sequence.
742742
if (StateStack.size() < 2)
743743
return true;
744744
if (StateStack.back() != inMapFirstKey)

llvm/lib/Target/ARM/README-Thumb.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ ldr r2, [r2]
185185

186186
These instructions preserve the condition code which is important if the spill
187187
is between a cmp and a bcc instruction. However, we can use the (potentially)
188-
cheaper sequnce if we know it's ok to clobber the condition register.
188+
cheaper sequence if we know it's ok to clobber the condition register.
189189

190190
add r2, sp, #255 * 4
191191
add r2, #132

0 commit comments

Comments
 (0)