Fix some minor typos in the llvm XRay exemple
llvm-svn: 310777
diff --git a/llvm/docs/XRayExample.rst b/llvm/docs/XRayExample.rst
index 5dfb0bf..fff5bbe 100644
--- a/llvm/docs/XRayExample.rst
+++ b/llvm/docs/XRayExample.rst
@@ -100,7 +100,7 @@
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:
::
diff --git a/llvm/docs/XRayFDRFormat.rst b/llvm/docs/XRayFDRFormat.rst
index 233e96a..8a4088a 100644
--- a/llvm/docs/XRayFDRFormat.rst
+++ b/llvm/docs/XRayFDRFormat.rst
@@ -28,7 +28,7 @@
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.