diff options
| author | Josh Bleecher Snyder <josharian@gmail.com> | 2017-05-09 12:48:23 -0700 |
|---|---|---|
| committer | Josh Bleecher Snyder <josharian@gmail.com> | 2020-03-03 17:44:05 +0000 |
| commit | b49d8ce2fa66df6e201a3e7e89c42003e7b7a76a (patch) | |
| tree | 900c25f31d448c41c18b95b4c9386a861faca124 /test/codegen | |
| parent | ea1437a8cdf6bb3c2d2447833a5d06dbd75f7ae4 (diff) | |
| download | go-b49d8ce2fa66df6e201a3e7e89c42003e7b7a76a.tar.xz | |
all: fix two minor typos in comments
Change-Id: Iec6cd81c9787d3419850aa97e75052956ad139bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/221789
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Diffstat (limited to 'test/codegen')
| -rw-r--r-- | test/codegen/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/README b/test/codegen/README index f6877e701d..d6b8cf5b32 100644 --- a/test/codegen/README +++ b/test/codegen/README @@ -125,7 +125,7 @@ As a general guideline, test functions should be small, to avoid possible interactions between unrelated lines of code that may be introduced, for example, by the compiler's optimization passes. -Any given line of Go code could get assigned more instructions that it +Any given line of Go code could get assigned more instructions than it may appear from reading the source. In particular, matching all MOV instructions should be avoided; the compiler may add them for unrelated reasons and this may render the test ineffective. |
