summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit0f4203861f730cf7868d7f359df0fc1247fe7fc1 (patch)
treeb5e6c868236e5d82d14004546a25a91e2893f252 /llvm/docs/BitCodeFormat.html
parent7630f105a1958b1ec4f8b8d14b389745f937291d (diff)
downloadbcm5719-llvm-0f4203861f730cf7868d7f359df0fc1247fe7fc1.tar.gz
bcm5719-llvm-0f4203861f730cf7868d7f359df0fc1247fe7fc1.zip
Documentation: Perform automated correction of common typos.
llvm-svn: 83849
Diffstat (limited to 'llvm/docs/BitCodeFormat.html')
-rw-r--r--llvm/docs/BitCodeFormat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html
index 15b05230d02..7296ad138d0 100644
--- a/llvm/docs/BitCodeFormat.html
+++ b/llvm/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
OpenPOWER on IntegriCloud