[llvm] r354250 - [llvm-exegesis] [NFC] Fixing typo.

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


Author: gchatelet
Date: Mon Feb 18 02:08:20 2019
New Revision: 354250

URL: http://llvm.org/viewvc/llvm-project?rev=354250&view=rev
Log:
[llvm-exegesis] [NFC] Fixing typo.

Reviewers: courbet, gchatelet

Reviewed By: courbet, gchatelet

Subscribers: tschuett, llvm-commits

Differential Revision: https://reviews.llvm.org/D54895

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

Modified: llvm/trunk/docs/CommandGuide/llvm-exegesis.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-exegesis.rst?rev=354250&r1=354249&r2=354250&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-exegesis.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-exegesis.rst Mon Feb 18 02:08:20 2019
@@ -219,7 +219,7 @@ OPTIONS
  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).




More information about the llvm-commits mailing list