diff options
author | Kitten King <53072918+kittenking@users.noreply.github.com> | 2019-07-22 15:34:33 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-07-22 15:34:33 +0800 |
commit | cc3ef1e4f48dc305c942bc2259b3121210206686 (patch) | |
tree | f8f5fbb28b143cb11bdca604faff40af4e9f05ca /crypto | |
parent | 5183483c53fac7ad5d31759ecb95ca7b1a67744d (diff) | |
download | go-tangerine-cc3ef1e4f48dc305c942bc2259b3121210206686.tar go-tangerine-cc3ef1e4f48dc305c942bc2259b3121210206686.tar.gz go-tangerine-cc3ef1e4f48dc305c942bc2259b3121210206686.tar.bz2 go-tangerine-cc3ef1e4f48dc305c942bc2259b3121210206686.tar.lz go-tangerine-cc3ef1e4f48dc305c942bc2259b3121210206686.tar.xz go-tangerine-cc3ef1e4f48dc305c942bc2259b3121210206686.tar.zst go-tangerine-cc3ef1e4f48dc305c942bc2259b3121210206686.zip |
cmd, crypto, eth, internals: fix Typos (#19868)
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/secp256k1/libsecp256k1/src/asm/field_10x26_arm.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/secp256k1/libsecp256k1/src/asm/field_10x26_arm.s b/crypto/secp256k1/libsecp256k1/src/asm/field_10x26_arm.s index 5df561f2f..1e2d7ff96 100644 --- a/crypto/secp256k1/libsecp256k1/src/asm/field_10x26_arm.s +++ b/crypto/secp256k1/libsecp256k1/src/asm/field_10x26_arm.s @@ -23,7 +23,7 @@ Note: .eabi_attribute 10, 0 @ Tag_FP_arch = none .eabi_attribute 24, 1 @ Tag_ABI_align_needed = 8-byte .eabi_attribute 25, 1 @ Tag_ABI_align_preserved = 8-byte, except leaf SP - .eabi_attribute 30, 2 @ Tag_ABI_optimization_goals = Agressive Speed + .eabi_attribute 30, 2 @ Tag_ABI_optimization_goals = Aggressive Speed .eabi_attribute 34, 1 @ Tag_CPU_unaligned_access = v6 .text |