From: Josh Bleecher Snyder Date: Thu, 28 Mar 2019 23:32:09 +0000 (-0700) Subject: cmd/internal/src: fix a few typos in documentation X-Git-Tag: go1.13beta1~858 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b3e2da629abc5a569a6bfa09f8077f57791ac857;p=gostls13.git cmd/internal/src: fix a few typos in documentation Noticed while reading recent commits. Change-Id: Ibcd500b0ea5732364124572a17b374402d715090 Reviewed-on: https://go-review.googlesource.com/c/go/+/170059 Run-TryBot: Josh Bleecher Snyder Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- 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<