[llvm] r211808 - fixed typo

Sanjay Patel spatel at rotateright.com
Thu Jun 26 15:18:51 PDT 2014


Author: spatel
Date: Thu Jun 26 17:18:51 2014
New Revision: 211808

URL: http://llvm.org/viewvc/llvm-project?rev=211808&view=rev
Log:
fixed typo

Modified:
    llvm/trunk/docs/Lexicon.rst

Modified: llvm/trunk/docs/Lexicon.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Lexicon.rst?rev=211808&r1=211807&r2=211808&view=diff
==============================================================================
--- llvm/trunk/docs/Lexicon.rst (original)
+++ llvm/trunk/docs/Lexicon.rst Thu Jun 26 17:18:51 2014
@@ -50,7 +50,7 @@ C
     Common Subexpression Elimination. An optimization that removes common
     subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
     that are the same: ``(a+b)``. This optimization would perform the addition
-    only once and then perform the multiply (but only if it's compulationally
+    only once and then perform the multiply (but only if it's computationally
     correct/safe).
 
 D





More information about the llvm-commits mailing list