aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore/Common.h
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2016-09-07 19:54:57 +0800
committerYoichi Hirai <i@yoichihirai.com>2016-09-07 20:29:01 +0800
commitc9b23d9829b745ece900efa05df30bc6aa3776e3 (patch)
tree2b281a967297a721ec23bea5f033e15daaa4d397 /libdevcore/Common.h
parent940c5a861291a97e53e92e79450c8fbb9a38b6f2 (diff)
downloaddexon-solidity-c9b23d9829b745ece900efa05df30bc6aa3776e3.tar.gz
dexon-solidity-c9b23d9829b745ece900efa05df30bc6aa3776e3.tar.zst
dexon-solidity-c9b23d9829b745ece900efa05df30bc6aa3776e3.zip
Fix a typo and whitespaces
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