summaryrefslogtreecommitdiff
path: root/docs/BitCodeFormat.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-12 07:50:14 +0000
committerChris Lattner <sabre@nondot.org>2007-05-12 07:50:14 +0000
commitf1d64e90b3d08886125ecb84b704335bc1187be9 (patch)
treeedbcc1b4f590fbda64fcd879499cc2d3794bbc38 /docs/BitCodeFormat.html
parentdaeb63c22064a4f25f6df2b04c34a5d3aa6af873 (diff)
downloadllvm-f1d64e90b3d08886125ecb84b704335bc1187be9.tar.gz
llvm-f1d64e90b3d08886125ecb84b704335bc1187be9.tar.bz2
llvm-f1d64e90b3d08886125ecb84b704335bc1187be9.tar.xz
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BitCodeFormat.html')
-rw-r--r--docs/BitCodeFormat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html
index 16171d3663..1a6123c5c5 100644
--- a/docs/BitCodeFormat.html
+++ b/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>