summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-05-20 15:59:04 +0000
committerHans Wennborg <hans@hanshq.net>2013-05-20 15:59:04 +0000
commit355103b94558e03998c6a5e41e47a7d38fa0ae16 (patch)
tree7e6ff1a295b49760bad9241789c1480fc7a51817 /docs/ReleaseNotes.rst
parent107db3c21133b71962bd8826c16d24652d6042a1 (diff)
downloadclang-355103b94558e03998c6a5e41e47a7d38fa0ae16.tar.gz
clang-355103b94558e03998c6a5e41e47a7d38fa0ae16.tar.bz2
clang-355103b94558e03998c6a5e41e47a7d38fa0ae16.tar.xz
ReleaseNotes.rst: typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 886f7f9c29..ba87cea734 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -124,7 +124,7 @@ Storage Class
For each variable and function Clang used to keep the storage class as written
in the source, the linkage and a semantic storage class. This was a bit
redundant and the semantic storage class has been removed. The method
-getStorageClass now returns what is written it the source code for that decl.
+getStorageClass now returns what is written in the source code for that decl.
Wide Character Types
^^^^^^^^^^^^^^^^^^^^