fix typo
authorChris Lattner <sabre@nondot.org>
Sat, 12 May 2007 07:50:14 +0000 (07:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 12 May 2007 07:50:14 +0000 (07:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37004 91177308-0d34-0410-b5e6-96231b3b80d8

docs/BitCodeFormat.html

index 16171d3663f4e874a946e103191bd8b5894a24fa..1a6123c5c501be880a925d1b8a039e9bdca4e680 100644 (file)
@@ -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>