aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-04 19:03:55 +0800
committerchriseth <chris@ethereum.org>2018-10-04 19:28:16 +0800
commitd76bfcd935407e7249cfb8480a29da24615667cf (patch)
tree64e752a223dde295279fadf52934ac7cae6e80e0 /libsolidity/codegen
parent1305bf34f0f82983868028cf2e39f218ba742385 (diff)
downloaddexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.tar
dexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.tar.gz
dexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.tar.bz2
dexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.tar.lz
dexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.tar.xz
dexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.tar.zst
dexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.zip
Fix typos.
Diffstat (limited to 'libsolidity/codegen')
-rw-r--r--libsolidity/codegen/CompilerUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/codegen/CompilerUtils.h b/libsolidity/codegen/CompilerUtils.h
index ad3d7327..bd8170ad 100644
--- a/libsolidity/codegen/CompilerUtils.h
+++ b/libsolidity/codegen/CompilerUtils.h
@@ -260,7 +260,7 @@ public:
/// Stack post: <shifted_value>
void rightShiftNumberOnStack(unsigned _bits);
- /// Appends code that computes tha Keccak-256 hash of the topmost stack element of 32 byte type.
+ /// Appends code that computes the Keccak-256 hash of the topmost stack element of 32 byte type.
void computeHashStatic();
/// Bytes we need to the start of call data.