summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-10-08 23:54:10 +0000
committerEric Christopher <echristo@gmail.com>2012-10-08 23:54:10 +0000
commit9f11bf52b47cf91b09a6294a1b6dc750fa695fd8 (patch)
tree4edeb5cb6e7c874450aafd34dfec57c445416d63 /docs
parent2d65efed5357ff1768e0462feffc910809ed1b62 (diff)
downloadllvm-9f11bf52b47cf91b09a6294a1b6dc750fa695fd8.tar.gz
llvm-9f11bf52b47cf91b09a6294a1b6dc750fa695fd8.tar.bz2
llvm-9f11bf52b47cf91b09a6294a1b6dc750fa695fd8.tar.xz
Fix typo in docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/SourceLevelDebugging.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 918383bc21..546aab9d1a 100644
--- a/docs/SourceLevelDebugging.html
+++ b/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 |
`-------------------------'