mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix typo in docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d65efed53
commit
9f11bf52b4
@ -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 |
|
||||
`-------------------------'
|
||||
|
Loading…
Reference in New Issue
Block a user