[llvm-commits] CVS: llvm/docs/BitCodeFormat.html
Chris Lattner
sabre at nondot.org
Sat May 12 00:50:32 PDT 2007
Changes in directory llvm/docs:
BitCodeFormat.html updated: 1.4 -> 1.5
---
Log message:
fix typo
---
Diffs of the changes: (+2 -2)
BitCodeFormat.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/BitCodeFormat.html
diff -u llvm/docs/BitCodeFormat.html:1.4 llvm/docs/BitCodeFormat.html:1.5
--- llvm/docs/BitCodeFormat.html:1.4 Sat May 12 02:49:15 2007
+++ llvm/docs/BitCodeFormat.html Sat May 12 02:50:14 2007
@@ -162,7 +162,7 @@
<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>
@@ -433,7 +433,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2007/05/12 07:49:15 $
+Last modified: $Date: 2007/05/12 07:50:14 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list