]> granicus.if.org Git - clang/commitdiff
ReleaseNotes.rst: typo
authorHans Wennborg <hans@hanshq.net>
Mon, 20 May 2013 15:59:04 +0000 (15:59 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 20 May 2013 15:59:04 +0000 (15:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182294 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 886f7f9c29a298d5dad23850c6152e24d054c0e0..ba87cea734650fa47c805de5429e2de371a8382c 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^