[PATCH] D71844: [docs] fix typo in Lexicon.rst

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 24 00:53:25 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa28b65b27922: [docs] fix typo in Lexicon.rst (authored by Alex Zinenko <zinenko at google.com>).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71844/new/

https://reviews.llvm.org/D71844

Files:
  llvm/docs/Lexicon.rst


Index: llvm/docs/Lexicon.rst
===================================================================
--- llvm/docs/Lexicon.rst
+++ llvm/docs/Lexicon.rst
@@ -64,10 +64,10 @@
 
 **CSE**
     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 computationally
-    correct/safe).
+    subexpression computation. 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 computationally correct/safe).
 
 D
 -


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71844.235206.patch
Type: text/x-patch
Size: 786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191224/75301e4a/attachment.bin>


More information about the llvm-commits mailing list