aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BitCodeFormat.html
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 14:46:08 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 14:46:08 +0000
commit5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a (patch)
tree611b8930c912c03403d721f81e51788a42c125df /docs/BitCodeFormat.html
parentb26e279e163669d34e45697b2ebe0e1003b7d8f8 (diff)
downloadexternal_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.zip
external_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.tar.gz
external_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.tar.bz2
Documentation: Perform automated correction of common typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BitCodeFormat.html')
-rw-r--r--docs/BitCodeFormat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html
index 15b0523..7296ad1 100644
--- a/docs/BitCodeFormat.html
+++ b/docs/BitCodeFormat.html
@@ -254,7 +254,7 @@ Blocks in a bitstream denote nested regions of the stream, and are identified by
a content-specific id number (for example, LLVM IR uses an ID of 12 to represent
function bodies). Block IDs 0-7 are reserved for <a href="#stdblocks">standard blocks</a>
whose meaning is defined by Bitcode; block IDs 8 and greater are
-application specific. Nested blocks capture the hierachical structure of the data
+application specific. Nested blocks capture the hierarchical structure of the data
encoded in it, and various properties are associated with blocks as the file is
parsed. Block definitions allow the reader to efficiently skip blocks
in constant time if the reader wants a summary of blocks, or if it wants to