diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2017-08-12 15:08:11 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2017-08-12 15:08:11 +0000 |
commit | 3655495b49acc681cb0b7aa79f5533daf5c91368 (patch) | |
tree | 202c8decaf0afc15f19cf01b38e93c85a125ef5f /llvm/docs/XRayFDRFormat.rst | |
parent | 6c716116dfc8655aec56b5f6cd7a3c99165d86bb (diff) | |
download | bcm5719-llvm-3655495b49acc681cb0b7aa79f5533daf5c91368.tar.gz bcm5719-llvm-3655495b49acc681cb0b7aa79f5533daf5c91368.zip |
Fix some minor typos in the llvm XRay exemple
llvm-svn: 310777
Diffstat (limited to 'llvm/docs/XRayFDRFormat.rst')
-rw-r--r-- | llvm/docs/XRayFDRFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/XRayFDRFormat.rst b/llvm/docs/XRayFDRFormat.rst index 233e96a7f87..8a4088a2014 100644 --- a/llvm/docs/XRayFDRFormat.rst +++ b/llvm/docs/XRayFDRFormat.rst @@ -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. |