From: Eric Christopher Date: Mon, 8 Oct 2012 23:54:10 +0000 (+0000) Subject: Fix typo in docs. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0d9dec1ff7a888dceeb3ae28c9a8f23676ead18;p=platform%2Fupstream%2Fllvm.git Fix typo in docs. llvm-svn: 165464 --- diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 918383b..546aab9 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -2367,11 +2367,11 @@ bucket contents: | HEADER.header_data_len | uint32_t | HEADER_DATA | HeaderData |-------------------------| -| BUCKETS | uint32_t[n_buckets] // 32 bit hash indexes +| BUCKETS | uint32_t[bucket_count] // 32 bit hash indexes |-------------------------| -| HASHES | uint32_t[n_buckets] // 32 bit hash values +| HASHES | uint32_t[hashes_count] // 32 bit hash values |-------------------------| -| OFFSETS | uint32_t[n_buckets] // 32 bit offsets to hash value data +| OFFSETS | uint32_t[hashes_count] // 32 bit offsets to hash value data |-------------------------| | ALL HASH DATA | `-------------------------'