[llvm] r174041 - Fixed a mistake in my previous commit where I	changed the	wording slightly and forgot to undo the change after changing my mind	and deciding to only commit the style changes.
    Michael Gottesman 
    mgottesman at apple.com
       
    Wed Jan 30 21:48:49 PST 2013
    
    
  
Author: mgottesman
Date: Wed Jan 30 23:48:48 2013
New Revision: 174041
URL: http://llvm.org/viewvc/llvm-project?rev=174041&view=rev
Log:
Fixed a mistake in my previous commit where I changed the wording slightly and forgot to undo the change after changing my mind and deciding to only commit the style changes.
Modified:
    llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=174041&r1=174040&r2=174041&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Jan 30 23:48:48 2013
@@ -465,7 +465,7 @@ more information on under which circumst
 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
    
    
More information about the llvm-commits
mailing list