From b3e2da629abc5a569a6bfa09f8077f57791ac857 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Thu, 28 Mar 2019 16:32:09 -0700 Subject: [PATCH] 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 --- src/cmd/internal/src/pos.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/internal/src/pos.go b/src/cmd/internal/src/pos.go index 954c00716f8..0e8973fe905 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<