From: Chris Lattner Date: Sat, 12 May 2007 07:50:14 +0000 (+0000) Subject: fix typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f1d64e90b3d08886125ecb84b704335bc1187be9;p=oota-llvm.git fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37004 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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