From 31c7a2b03d532a52ecdc8e77c43bd956e1550e73 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Wed, 20 Nov 2019 18:21:35 +0800 Subject: [PATCH] miner: address comment --- miner/worker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/worker_test.go b/miner/worker_test.go index 587d83d95e..e98e1afe1f 100644 --- a/miner/worker_test.go +++ b/miner/worker_test.go @@ -291,7 +291,7 @@ func testEmptyWork(t *testing.T, chainConfig *params.ChainConfig, engine consens } w.skipSealHook = func(task *task) bool { return true } w.fullTaskHook = func() { - // Arch64 unit tests are running in a VM on travis, they must + // Aarch64 unit tests are running in a VM on travis, they must // be given more time to execute. time.Sleep(time.Second) }