diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-05-04 18:33:57 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-05-05 12:26:26 +0200 |
commit | 02748a52659949a06ef61d02894dadddd3c97412 (patch) | |
tree | 5c4bb3b49658a47e094bde1f05a62661b4b7069d /testsuite/config | |
parent | c8e4d4b387d6d057dea98d6a595e3712f24289dc (diff) | |
download | haskell-02748a52659949a06ef61d02894dadddd3c97412.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/ghc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 6a368e8634..6296394197 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -229,7 +229,7 @@ def get_compiler_info(): # Arguably the above code for writing `:set args` should be smarter. This # is tricky to get right though, because in GHCI `:set args foo\bar` (no # double quotes) works perfectly fine, and is interpreted as the Haskell -# string "foo\\bar". Therfore, simply escaping all backward slashes in +# string "foo\\bar". Therefore, simply escaping all backward slashes in # opts.extra_run_opts before concatenating it with ':set args' is not right # either. # |