[NFC] Corrected a minor typo in a comment

This commit is contained in:
Swiftfuchs 2020-02-21 13:55:43 +01:00 committed by serge-sans-paille
parent 32e4e71966
commit a24d46318f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -185,7 +185,7 @@ ldr r2, [r2]
These instructions preserve the condition code which is important if the spill
is between a cmp and a bcc instruction. However, we can use the (potentially)
cheaper sequnce if we know it's ok to clobber the condition register.
cheaper sequence if we know it's ok to clobber the condition register.
add r2, sp, #255 * 4
add r2, #132