mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-13 15:27:35 +00:00
pdp10-ar.h: fix typo
This commit is contained in:
parent
0a45fd92f2
commit
85ecd9f1f1
@ -92,7 +92,7 @@ struct pdp10_ar_hdr {
|
||||
* SVR4/GNU
|
||||
* In the SVR4/GNU archive format, the archive symbol table starts with a 4-byte binary
|
||||
* values consisting of the number of entries contained in the archive symbol table.
|
||||
* This could of entries is stored most significant byte first. Next, there are 'count'
|
||||
* This count of entries is stored most significant byte first. Next, there are 'count'
|
||||
* 4-byte numbers, each stored most significant byte first. Each number is a binary
|
||||
* offset to the archive header for the member in the archive file for the corresponding
|
||||
* symbol table entry. After the binary offset values, there are 'count' NUL-terminated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user