From 99eeb6e3b6f97e4ff88c58ed9a4e9a1ad0b2c4b2 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Mon, 18 Feb 2019 10:08:20 +0000 Subject: [PATCH] [llvm-exegesis] [NFC] Fixing typo. Reviewers: courbet, gchatelet Reviewed By: courbet, gchatelet Subscribers: tschuett, llvm-commits Differential Revision: https://reviews.llvm.org/D54895 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354250 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-exegesis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/llvm-exegesis.rst b/docs/CommandGuide/llvm-exegesis.rst index 878ced3c3bf..ff62e0285ae 100644 --- a/docs/CommandGuide/llvm-exegesis.rst +++ b/docs/CommandGuide/llvm-exegesis.rst @@ -219,7 +219,7 @@ OPTIONS Specify the numPoints parameters to be used for DBSCAN clustering (`analysis` mode). -.. option:: -analysis-espilon= +.. option:: -analysis-epsilon= Specify the numPoints parameters to be used for DBSCAN clustering (`analysis` mode). -- 2.11.4.GIT