From 778f5fc0793e72aaf70f2331566f45cb858e57b6 Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Mon, 4 Sep 2023 12:14:50 +0000 Subject: [PATCH] cmd/compile/internal/ssa: fix typos in comments Change-Id: Idb09d68ce1e4823c8a330430e082d5c7ac2d8fc5 GitHub-Last-Rev: 5a2b71b21eb83a100c63c1fd1c1c5cab231a49ad GitHub-Pull-Request: golang/go#62441 Reviewed-on: https://go-review.googlesource.com/c/go/+/525415 Reviewed-by: Ian Lance Taylor Reviewed-by: Keith Randall LUCI-TryBot-Result: Go LUCI Auto-Submit: Keith Randall Auto-Submit: Ian Lance Taylor Reviewed-by: Keith Randall --- src/cmd/compile/internal/ssa/poset.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/compile/internal/ssa/poset.go b/src/cmd/compile/internal/ssa/poset.go index fd2887d020..7b64843fe9 100644 --- a/src/cmd/compile/internal/ssa/poset.go +++ b/src/cmd/compile/internal/ssa/poset.go @@ -122,7 +122,7 @@ type posetNode struct { // poset is implemented as a forest of DAGs; in each DAG, if there is a path (directed) // from node A to B, it means that A