r182294 - ReleaseNotes.rst: typo
Hans Wennborg
hans at hanshq.net
Mon May 20 08:59:04 PDT 2013
Author: hans
Date: Mon May 20 10:59:04 2013
New Revision: 182294
URL: http://llvm.org/viewvc/llvm-project?rev=182294&view=rev
Log:
ReleaseNotes.rst: typo
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=182294&r1=182293&r2=182294&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Mon May 20 10:59:04 2013
@@ -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
^^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list