Fix a grammaro.
[oota-llvm.git] / docs / BitCodeFormat.html
index 16171d3663f4e874a946e103191bd8b5894a24fa..0c4cd63f84426b9e80111c913a059e109a516cb6 100644 (file)
@@ -52,7 +52,7 @@ href="#bitstream">bitstream container format</a>
 and an <a href="#llvmir">encoding of LLVM IR</a> into the container format.</p>
 
 <p>
-The bitstream format is an abstract encoding of structured data, like very
+The bitstream format is an abstract encoding of structured data, very
 similar to XML in some ways.  Like XML, bitstream files contain tags, and nested
 structures, and you can parse the file without having to understand the tags.
 Unlike XML, the bitstream format is a binary encoding, and unlike XML it
@@ -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>