summaryrefslogtreecommitdiffstats
path: root/clang/docs
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
commitb3ad90d52dcea8c108192b5183d4ec885d6c9a29 (patch)
tree2848fb8f067c822d7e59b3228a2c0c6b404a4f2e /clang/docs
parent927ca942cea6ad3f36a4a51fd11f31cf1a08fe15 (diff)
downloadbcm5719-llvm-b3ad90d52dcea8c108192b5183d4ec885d6c9a29.tar.gz
bcm5719-llvm-b3ad90d52dcea8c108192b5183d4ec885d6c9a29.zip
ReleaseNotes.rst: typo
llvm-svn: 182294
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 886f7f9c29a..ba87cea7346 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/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
^^^^^^^^^^^^^^^^^^^^
OpenPOWER on IntegriCloud