Skip to content

Commit 3db1b71

Browse files
authored
Fix design doc typo (#82)
1 parent 520cafa commit 3db1b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/DESIGN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ the Operand word (directly copied, so there is no need to dereference
374374
it); the ProgPoint at which the use occurs; the operand slot on that
375375
instruction, if any, that the operand comes from, and the use's
376376
'weight". (It's possible to have "ghost uses" that do not derive from
377-
any slot on the isntruction.) These four parts are packed into three
377+
any slot on the instruction.) These four parts are packed into three
378378
`u32`s: the slot can fit in 8 bits, and the weight in 16.
379379

380380
The live-range carries its program-point range, uses, vreg index,

0 commit comments

Comments
 (0)