diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:16:22 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:16:22 +0000 |
commit | 84666a19649df885b40e2fb1da1c11674fcd9620 (patch) | |
tree | b54c386af044fe1b1376c75c3eeb4d2bfc2eb753 /llvm/docs/CoverageMappingFormat.rst | |
parent | 5e27ec33ea81c159c2724aaeeba1826878167ad6 (diff) | |
download | bcm5719-llvm-84666a19649df885b40e2fb1da1c11674fcd9620.tar.gz bcm5719-llvm-84666a19649df885b40e2fb1da1c11674fcd9620.zip |
Fix some typos in the llvm doc
llvm-svn: 260855
Diffstat (limited to 'llvm/docs/CoverageMappingFormat.rst')
-rw-r--r-- | llvm/docs/CoverageMappingFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CoverageMappingFormat.rst b/llvm/docs/CoverageMappingFormat.rst index 47d84e37619..5e1b192898b 100644 --- a/llvm/docs/CoverageMappingFormat.rst +++ b/llvm/docs/CoverageMappingFormat.rst @@ -430,7 +430,7 @@ and can appear after ``:`` in the ``[foo : type]`` description. LEB128 ^^^^^^ -LEB128 is an unsigned interger value that is encoded using DWARF's LEB128 +LEB128 is an unsigned integer value that is encoded using DWARF's LEB128 encoding, optimizing for the case where values are small (1 byte for values less than 128). |