summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
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
commitb0d9dec1ff7a888dceeb3ae28c9a8f23676ead18 (patch)
treedb04e7856c51a26d0d552248e4563b2b5e9cbea2 /llvm/docs/SourceLevelDebugging.html
parent286113687a6d4329b91544823dbcb1b562d9b1e7 (diff)
downloadbcm5719-llvm-b0d9dec1ff7a888dceeb3ae28c9a8f23676ead18.tar.gz
bcm5719-llvm-b0d9dec1ff7a888dceeb3ae28c9a8f23676ead18.zip
Fix typo in docs.
llvm-svn: 165464
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 918383bc213..546aab9d1aa 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 |
`-------------------------'
OpenPOWER on IntegriCloud