From c0490b7c20872982ed1ef2673572c222ac511ee9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 12 May 2007 07:50:14 +0000 Subject: fix typo llvm-svn: 37004 --- llvm/docs/BitCodeFormat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/BitCodeFormat.html') diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html index 16171d3663f..1a6123c5c50 100644 --- a/llvm/docs/BitCodeFormat.html +++ b/llvm/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
  • -- cgit v1.2.3