]> granicus.if.org Git - llvm/commitdiff
Fix some minor typos in the llvm XRay exemple
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 12 Aug 2017 15:08:11 +0000 (15:08 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 12 Aug 2017 15:08:11 +0000 (15:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310777 91177308-0d34-0410-b5e6-96231b3b80d8

docs/XRayExample.rst
docs/XRayFDRFormat.rst

index 5dfb0bfaf29893f878442120de72487bfb57dad8..fff5bbe623ed1c85dad4070ab39a2d1ba13c1f54 100644 (file)
@@ -100,7 +100,7 @@ this data in a spreadsheet, we can output the results as CSV using the
 
 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:
 
 ::
 
index 233e96a7f8706e1e25f9abe1e6a21b3f63f22973..8a4088a20147914ebb58f5f19c995d7a00f2239f 100644 (file)
@@ -28,7 +28,7 @@ Each trace file corresponds to a sequence of events in a particular thread.
 
 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.