diff options
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-exegesis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst index 878ced3c3bf..ff62e0285ae 100644 --- a/llvm/docs/CommandGuide/llvm-exegesis.rst +++ b/llvm/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=<dbscan epsilon parameter> +.. option:: -analysis-epsilon=<dbscan epsilon parameter> Specify the numPoints parameters to be used for DBSCAN clustering (`analysis` mode). |