[llvm] 98cbdba - [xray] Fix xray document spelling
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 9 21:04:07 PST 2021
Author: Yao Zhao
Date: 2021-03-10T16:03:55+11:00
New Revision: 98cbdba2c1894c59c1e58864e336551ce9a199e3
URL: https://github.com/llvm/llvm-project/commit/98cbdba2c1894c59c1e58864e336551ce9a199e3
DIFF: https://github.com/llvm/llvm-project/commit/98cbdba2c1894c59c1e58864e336551ce9a199e3.diff
LOG: [xray] Fix xray document spelling
fix a couple of words spelling
Reviewed By: dberris
Differential Revision: https://reviews.llvm.org/D96658
Added:
Modified:
llvm/docs/XRay.rst
llvm/docs/XRayExample.rst
Removed:
################################################################################
diff --git a/llvm/docs/XRay.rst b/llvm/docs/XRay.rst
index 969f7ee2c2a3..acfb83c5374e 100644
--- a/llvm/docs/XRay.rst
+++ b/llvm/docs/XRay.rst
@@ -47,7 +47,7 @@ You can use XRay in a couple of ways:
- Instrumenting your C/C++/Objective-C/Objective-C++ application.
- Generating LLVM IR with the correct function attributes.
-The rest of this section covers these main ways and later on how to customise
+The rest of this section covers these main ways and later on how to customize
what XRay does in an XRay-instrumented binary.
Instrumenting your C/C++/Objective-C Application
diff --git a/llvm/docs/XRayExample.rst b/llvm/docs/XRayExample.rst
index 5acf90f95fb2..c0a2a7a917cf 100644
--- a/llvm/docs/XRayExample.rst
+++ b/llvm/docs/XRayExample.rst
@@ -319,7 +319,7 @@ We then build the above with XRay instrumentation:
$ XRAY_OPTIONS="patch_premain=true xray_mode=xray-basic" ./sample
We can then explore the graph rendering of the trace generated by this sample
-application. We assume you have the graphviz toosl available in your system,
+application. We assume you have the graphviz tools available in your system,
including both ``unflatten`` and ``dot``. If you prefer rendering or exploring
the graph using another tool, then that should be feasible as well. ``llvm-xray
graph`` will create DOT format graphs which should be usable in most graph
More information about the llvm-commits
mailing list