aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/exec.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp/exec.go')
-rw-r--r--src/regexp/exec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp/exec.go b/src/regexp/exec.go
index 518272092a..6c6329e0b0 100644
--- a/src/regexp/exec.go
+++ b/src/regexp/exec.go
@@ -19,7 +19,7 @@ type queue struct {
// A entry is an entry on a queue.
// It holds both the instruction pc and the actual thread.
// Some queue entries are just place holders so that the machine
-// knows it has considered that pc. Such entries have t == nil.
+// knows it has considered that pc. Such entries have t == nil.
type entry struct {
pc uint32
t *thread