diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-05-12 07:50:14 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-05-12 07:50:14 +0000 |
| commit | c0490b7c20872982ed1ef2673572c222ac511ee9 (patch) | |
| tree | e2284b75cf22675ce7ce5318b5fa875957c8dc26 /llvm/docs/BitCodeFormat.html | |
| parent | 9ae5b5703343e5487852ddc7e43fd6ad839114f8 (diff) | |
| download | bcm5719-llvm-c0490b7c20872982ed1ef2673572c222ac511ee9.tar.gz bcm5719-llvm-c0490b7c20872982ed1ef2673572c222ac511ee9.zip | |
fix typo
llvm-svn: 37004
Diffstat (limited to 'llvm/docs/BitCodeFormat.html')
| -rw-r--r-- | llvm/docs/BitCodeFormat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html index 16171d3663f..1a6123c5c50 100644 --- a/llvm/docs/BitCodeFormat.html +++ b/llvm/docs/BitCodeFormat.html @@ -162,7 +162,7 @@ value of 24 (011 << 3) with no continuation. The sum (3+24) yields the value <div class="doc_text"> <p>6-bit characters encode common characters into a fixed 6-bit field. They -represent the following characters with the following 6-bit values:<s/p> +represent the following characters with the following 6-bit values:</p> <ul> <li>'a' .. 'z' - 0 .. 25</li> |

