diff --git a/src/cmd/internal/src/pos.go b/src/cmd/internal/src/pos.go index 954c00716f..0e8973fe90 100644 --- a/src/cmd/internal/src/pos.go +++ b/src/cmd/internal/src/pos.go @@ -301,11 +301,11 @@ type lico uint32 // The bitfield order is chosen to make IsStmt be the least significant // part of a position; its use is to communicate statement edges through // instruction scrambling in code generation, not to impose an order. -// TODO: Prologue and epilogue are perhaps better handled as psuedoops for the assembler, +// TODO: Prologue and epilogue are perhaps better handled as pseudo-ops for the assembler, // because they have almost no interaction with other uses of the position. const ( lineBits, lineMax = 20, 1<