From 60a057f2fbb7c85c589d0c9c433cdef3da2f093d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 12 May 2007 07:50:14 +0000 Subject: [PATCH] fix typo llvm-svn: 37004 --- docs/BitCodeFormat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index 16171d3663f..1a6123c5c50 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

6-bit characters encode common characters into a fixed 6-bit field. They -represent the following characters with the following 6-bit values: +represent the following characters with the following 6-bit values:

  • 'a' .. 'z' - 0 .. 25