[PATCH] D96658: [xray] Fix xray document spelling

Yao Zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 20:09:24 PST 2021


yao updated this revision to Diff 323868.
yao added a comment.

revert the change for "analysing"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96658/new/

https://reviews.llvm.org/D96658

Files:
  llvm/docs/XRay.rst
  llvm/docs/XRayExample.rst


Index: llvm/docs/XRayExample.rst
===================================================================
--- llvm/docs/XRayExample.rst
+++ llvm/docs/XRayExample.rst
@@ -319,7 +319,7 @@
   $ 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
Index: llvm/docs/XRay.rst
===================================================================
--- llvm/docs/XRay.rst
+++ llvm/docs/XRay.rst
@@ -47,7 +47,7 @@
 - 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
@@ -316,7 +316,7 @@
 
 XRay supports several different instrumentation points including ``function-entry``,
 ``function-exit``, ``custom``, and ``typed`` points. These can be enabled individually
-using the ``-fxray-instrumentaton-bundle=`` flag. For example if you only wanted to
+using the ``-fxray-instrumentation-bundle=`` flag. For example if you only wanted to
 instrument function entry and custom points you could specify:
 
 ::


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96658.323868.patch
Type: text/x-patch
Size: 1706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210216/5e4392d2/attachment.bin>


More information about the llvm-commits mailing list