Fixed a mistake in my previous commit where I changed the wording slightly and forgot...
authorMichael Gottesman <mgottesman@apple.com>
Thu, 31 Jan 2013 05:48:48 +0000 (05:48 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 31 Jan 2013 05:48:48 +0000 (05:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174041 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index d865f3f8b842ee7ab7460ff2193277e38503f1af..d3bfddd0f77e085a221a0c1b973147515a6638cb 100644 (file)
@@ -465,7 +465,7 @@ more information on under which circumstances the different models may
 be used. The target may choose a different TLS model if the specified
 model is not supported, or if a better choice of model can be made.
 
-A variable may be marked with ``constant``, which indicates that
+A variable may be defined as a global ``constant``, which indicates that
 the contents of the variable will **never** be modified (enabling better
 optimization, allowing the global data to be placed in the read-only
 section of an executable, etc). Note that variables that need runtime