From 2730c6af9fb8a7dea9bf610699be0d543aed4da1 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 4 Jun 2022 03:41:06 +0000 Subject: [PATCH] runtime: fix typo in libfuzzer_arm64.s statment -> statement Change-Id: Ia93a466fdc20157a7d6048903e359fe8717ecb8f GitHub-Last-Rev: 0a9bc5cab0ec2ac8d76ede3722c8813372ac771e GitHub-Pull-Request: golang/go#53231 Reviewed-on: https://go-review.googlesource.com/c/go/+/410374 Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov --- src/runtime/libfuzzer_arm64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/libfuzzer_arm64.s b/src/runtime/libfuzzer_arm64.s index 07290777597..9da94be03ec 100644 --- a/src/runtime/libfuzzer_arm64.s +++ b/src/runtime/libfuzzer_arm64.s @@ -22,7 +22,7 @@ // Calls C function fn from libFuzzer and passes 2 arguments to it after // manipulating the return address so that libfuzzer's integer compare hooks // work. -// The problem statment and solution are documented in detail in libfuzzer_amd64.s. +// The problem statement and solution are documented in detail in libfuzzer_amd64.s. // See commentary there. TEXT runtime·libfuzzerCallTraceIntCmp(SB), NOSPLIT, $8-32 MOVD fn+0(FP), R9