[llvm] r310777 - Fix some minor typos in the llvm XRay exemple
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 12 08:08:11 PDT 2017
Author: sylvestre
Date: Sat Aug 12 08:08:11 2017
New Revision: 310777
URL: http://llvm.org/viewvc/llvm-project?rev=310777&view=rev
Log:
Fix some minor typos in the llvm XRay exemple
Modified:
llvm/trunk/docs/XRayExample.rst
llvm/trunk/docs/XRayFDRFormat.rst
Modified: llvm/trunk/docs/XRayExample.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/XRayExample.rst?rev=310777&r1=310776&r2=310777&view=diff
==============================================================================
--- llvm/trunk/docs/XRayExample.rst (original)
+++ llvm/trunk/docs/XRayExample.rst Sat Aug 12 08:08:11 2017
@@ -100,7 +100,7 @@ this data in a spreadsheet, we can outpu
If we want to get a textual representation of the raw trace we can use the
``llvm-xray convert`` tool to get YAML output. The first few lines of that
-ouput for an example trace would look like the following:
+output for an example trace would look like the following:
::
Modified: llvm/trunk/docs/XRayFDRFormat.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/XRayFDRFormat.rst?rev=310777&r1=310776&r2=310777&view=diff
==============================================================================
--- llvm/trunk/docs/XRayFDRFormat.rst (original)
+++ llvm/trunk/docs/XRayFDRFormat.rst Sat Aug 12 08:08:11 2017
@@ -28,7 +28,7 @@ Each trace file corresponds to a sequenc
The file has a header followed by a sequence of discriminated record types.
-The endianess of byte fields matches the endianess of the platform which
+The endianness of byte fields matches the endianess of the platform which
produced the trace file.
More information about the llvm-commits
mailing list