[PATCH] D54895: [llvm-exegesis] [NFC] Fixing typo.

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 02:08:02 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL354250: [llvm-exegesis] [NFC] Fixing typo. (authored by gchatelet, committed by ).
Herald added a project: LLVM.

Repository:
  rL LLVM

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

https://reviews.llvm.org/D54895

Files:
  llvm/trunk/docs/CommandGuide/llvm-exegesis.rst


Index: llvm/trunk/docs/CommandGuide/llvm-exegesis.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-exegesis.rst
+++ llvm/trunk/docs/CommandGuide/llvm-exegesis.rst
@@ -219,7 +219,7 @@
  Specify the numPoints parameters to be used for DBSCAN clustering
  (`analysis` mode).
 
-.. option:: -analysis-espilon=<dbscan epsilon parameter>
+.. option:: -analysis-epsilon=<dbscan epsilon parameter>
 
  Specify the numPoints parameters to be used for DBSCAN clustering
  (`analysis` mode).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54895.187198.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190218/0be124c4/attachment.bin>


More information about the llvm-commits mailing list