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

Bruno De Backer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 06:14:00 PST 2018


bdb created this revision.
bdb added reviewers: courbet, gchatelet.
Herald added subscribers: llvm-commits, tschuett.

Repository:
  rL LLVM

https://reviews.llvm.org/D54895

Files:
  docs/CommandGuide/llvm-exegesis.rst


Index: docs/CommandGuide/llvm-exegesis.rst
===================================================================
--- docs/CommandGuide/llvm-exegesis.rst
+++ docs/CommandGuide/llvm-exegesis.rst
@@ -215,7 +215,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.175238.patch
Type: text/x-patch
Size: 509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181126/ded5a8ef/attachment.bin>


More information about the llvm-commits mailing list