mirror of
https://github.com/ianlancetaylor/libbacktrace.git
synced 2026-06-16 03:29:11 +08:00
libbacktrace: Fix typos in various files
Signed-off-by: Dhruv Chawla <dhruvc@nvidia.com> libbacktrace/ChangeLog: * allocfail.sh: Fix typos. * elf.c (elf_fetch_bits): Likewise.
This commit is contained in:
committed by
Ian Lance Taylor
parent
96664e69b1
commit
9477521bc1
2
elf.c
2
elf.c
@@ -1166,7 +1166,7 @@ elf_fetch_bits (const unsigned char **ppin, const unsigned char *pinend,
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* This is like elf_fetch_bits, but it fetchs the bits backward, and ensures at
|
||||
/* This is like elf_fetch_bits, but it fetches the bits backward, and ensures at
|
||||
least 16 bits. This is for zstd. */
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user