aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test/abiutilsaux_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/test/abiutilsaux_test.go')
-rw-r--r--src/cmd/compile/internal/test/abiutilsaux_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/test/abiutilsaux_test.go b/src/cmd/compile/internal/test/abiutilsaux_test.go
index 7b84e73947..10fb668745 100644
--- a/src/cmd/compile/internal/test/abiutilsaux_test.go
+++ b/src/cmd/compile/internal/test/abiutilsaux_test.go
@@ -127,7 +127,7 @@ func abitest(t *testing.T, ft *types.Type, exp expectedDump) {
emptyResString := emptyRes.String()
// Walk the results and make sure the offsets assigned match
- // up with those assiged by dowidth. This checks to make sure that
+ // up with those assiged by CalcSize. This checks to make sure that
// when we have no available registers the ABI assignment degenerates
// back to the original ABI0.