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:
::