summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-23 17:01:07 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-23 17:13:54 +0100
commit9a2a2aef1c84292cc51719ee36e12c5723554efe (patch)
treeb70535bb3ff548014e24970d634be03c8769c7f3 /docs
parent8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71 (diff)
downloadhaskell-9a2a2aef1c84292cc51719ee36e12c5723554efe.tar.gz
Spelling only [ci skip]
Diffstat (limited to 'docs')
-rw-r--r--docs/storage-mgt/sm.tex2
-rw-r--r--docs/users_guide/using-warnings.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/storage-mgt/sm.tex b/docs/storage-mgt/sm.tex
index 679a4c1915..4a52d61f5b 100644
--- a/docs/storage-mgt/sm.tex
+++ b/docs/storage-mgt/sm.tex
@@ -823,7 +823,7 @@ The list @mut_once_list@ is also adjusted if it is safe to remove @r@ from
\subsubsection{(3) Scavenging CAFs}
-When a dynamically loaded CAF is entered, it it first put to the list
+When a dynamically loaded CAF is entered, it is first put to the list
@caf_list@ and then overwritten with a static indirection object.
The evaluation result of the CAF is stored in a dynamic object in the heap
and the static indirection object stores a pointer to the dynamic object.
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 640855981a..21594ec262 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -836,7 +836,7 @@ of ``-W(no-)*``.
Will raise two warnings because ``Zero`` and ``Succ`` are not
written as ``'Zero`` and ``'Succ``.
- This warning is is enabled by default in :ghc-flag:`-Wall` mode.
+ This warning is enabled by default in :ghc-flag:`-Wall` mode.
.. ghc-flag:: -Wunused-binds