1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix typo in docs.

llvm-svn: 165464
This commit is contained in:
Eric Christopher 2012-10-08 23:54:10 +00:00
parent ba8add509a
commit a31a55ef4f

View File

@ -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 |
`-------------------------'