aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore/Common.h
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-09-08 02:05:30 +0800
committerGitHub <noreply@github.com>2016-09-08 02:05:30 +0800
commitce11580988b6aae22845fbebfb09eb9c3881b250 (patch)
tree8444a9a331ea0524cd56c42491bedffc73101276 /libdevcore/Common.h
parentf4172d342a36574f604be6e1bf2b2edb9c2526e7 (diff)
parentc9b23d9829b745ece900efa05df30bc6aa3776e3 (diff)
downloaddexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.tar
dexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.tar.gz
dexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.tar.bz2
dexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.tar.lz
dexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.tar.xz
dexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.tar.zst
dexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.zip
Merge pull request #1041 from pirapira/typo_and_whitespace
Fix a typo and a whitespace inconsistency
Diffstat (limited to 'libdevcore/Common.h')
-rw-r--r--libdevcore/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdevcore/Common.h b/libdevcore/Common.h
index 8bc5f58f..6fbc112d 100644
--- a/libdevcore/Common.h
+++ b/libdevcore/Common.h
@@ -23,7 +23,7 @@
#pragma once
-// way to many unsigned to size_t warnings in 32 bit build
+// way too many unsigned to size_t warnings in 32 bit build
#ifdef _M_IX86
#pragma warning(disable:4244)
#endif