summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-05-20 17:10:39 +0000
committerEric Christopher <echristo@gmail.com>2014-05-20 17:10:39 +0000
commitfa11365ab61a9934a68147ba6f7e9a5fdde526c0 (patch)
treed98729b5bdc4258c2bc18bf4c5bddb9023fe4dc1 /docs
parenta511c925e8b7e112a4b5562367ed494d6c2977ac (diff)
downloadclang-fa11365ab61a9934a68147ba6f7e9a5fdde526c0.tar.gz
clang-fa11365ab61a9934a68147ba6f7e9a5fdde526c0.tar.bz2
clang-fa11365ab61a9934a68147ba6f7e9a5fdde526c0.tar.xz
Clean up language and grammar.
Based on a patch by jfcaron3@gmail.com! PR19806 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/SanitizerSpecialCaseList.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SanitizerSpecialCaseList.rst b/docs/SanitizerSpecialCaseList.rst
index 8f4727c2fb..a4165b2521 100644
--- a/docs/SanitizerSpecialCaseList.rst
+++ b/docs/SanitizerSpecialCaseList.rst
@@ -24,7 +24,7 @@ certain source-level entities to:
thread stack, bypassing the frame boundaries);
* ignore a known problem.
-To achieve this, user may create a file listing the entities he wants to
+To achieve this, user may create a file listing the entities they want to
ignore, and pass it to clang at compile-time using
``-fsanitize-blacklist`` flag. See :doc:`UsersManual` for details.