aboutsummaryrefslogtreecommitdiffstats
path: root/solc
diff options
context:
space:
mode:
Diffstat (limited to 'solc')
-rw-r--r--solc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/main.cpp b/solc/main.cpp
index 11facfa6..26010716 100644
--- a/solc/main.cpp
+++ b/solc/main.cpp
@@ -28,7 +28,7 @@
using namespace std;
/*
-The equivalent of setlocale(LC_ALL, ā€œCā€) is called before any user code is run.
+The equivalent of setlocale(LC_ALL, "C") is called before any user code is run.
If the user has an invalid environment setting then it is possible for the call
to set locale to fail, so there are only two possible actions, the first is to
throw a runtime exception and cause the program to quit (default behaviour),