summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Pelenitsyn <a.pelenitsyn@gmail.com>2019-06-26 04:33:17 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-30 07:39:49 -0400
commit406a13830e82dab45a599c92199e82853af8108c (patch)
treecf5d4693879cb6d8ca461c6d87c5ef9d2db68293
parente20fe447e1930fcb8d019904d1b26b4312a83522 (diff)
downloadhaskell-406a13830e82dab45a599c92199e82853af8108c.tar.gz
typo in the docs for DynFlags.hs
(cherry picked from commit ef6d9a50db115e296d2d9bec3e94c7369f1d504c)
-rw-r--r--compiler/main/DynFlags.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 4ce4d69744..a7ec70f876 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -2713,7 +2713,7 @@ updOptLevel n dfs
-- Parsing the dynamic flags.
--- | Parse dynamic flags from a list of command line arguments. Returns the
+-- | Parse dynamic flags from a list of command line arguments. Returns
-- the parsed 'DynFlags', the left-over arguments, and a list of warnings.
-- Throws a 'UsageError' if errors occurred during parsing (such as unknown
-- flags or missing arguments).