File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -738,7 +738,7 @@ bool Output::canElideEmptySequence() {
738
738
// the whole key/value can be not written. But, that produces wrong yaml
739
739
// if the key/value is the only thing in the map and the map is used in
740
740
// 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 .
742
742
if (StateStack.size () < 2 )
743
743
return true ;
744
744
if (StateStack.back () != inMapFirstKey)
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ ldr r2, [r2]
185
185
186
186
These instructions preserve the condition code which is important if the spill
187
187
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.
189
189
190
190
add r2, sp, #255 * 4
191
191
add r2, #132
You can’t perform that action at this time.
0 commit comments