diff options
author | Adeel Mujahid <3840695+am11@users.noreply.github.com> | 2022-08-05 03:14:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 20:14:42 -0400 |
commit | 14e199e1f2edeecc5789e3ce10dbd5de7fd86441 (patch) | |
tree | fd2abf68218469cad11dd9bc8f28f451a76f185b /src/coredump | |
parent | 919da2e0c42e6e4a3b3da63001863e586787fab4 (diff) | |
download | libunwind-14e199e1f2edeecc5789e3ce10dbd5de7fd86441.tar.gz |
Fix typos (#397)
* Fix typos
* Cleanup trailing whitespaces in committed files
* Update include/tdep-ia64/libunwind_i.h
Diffstat (limited to 'src/coredump')
-rw-r--r-- | src/coredump/_UCD_get_mapinfo_linux.c | 2 | ||||
-rw-r--r-- | src/coredump/ucd_file_table.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/coredump/_UCD_get_mapinfo_linux.c b/src/coredump/_UCD_get_mapinfo_linux.c index ac2df590..0d04f01a 100644 --- a/src/coredump/_UCD_get_mapinfo_linux.c +++ b/src/coredump/_UCD_get_mapinfo_linux.c @@ -70,7 +70,7 @@ static const size_t mapinfo_offset = sizeof (core_nt_file_hdr_t); * @param[in] arg The user-supplied callback argument * * The CORE/NT_FILE note type contains a list of start/end virtual addresses - * within the core file and an associated filename. The purpose is to mape + * within the core file and an associated filename. The purpose is to map * various segments loaded into memory from ELF files with the ELF file from * which those segments were loaded. * diff --git a/src/coredump/ucd_file_table.c b/src/coredump/ucd_file_table.c index e6d966be..15e07047 100644 --- a/src/coredump/ucd_file_table.c +++ b/src/coredump/ucd_file_table.c @@ -40,7 +40,7 @@ * * Stores the filename in the object and sets the fd to an uninitialized state. * - * @returns UNW_ESUCCESS on success, a negated `unw_erro_t` code otherwise. + * @returns UNW_ESUCCESS on success, a negated `unw_error_t` code otherwise. */ unw_error_t ucd_file_init (ucd_file_t *ucd_file, char const *filename) @@ -156,7 +156,7 @@ ucd_file_unmap (ucd_file_t *ucd_file) * Initialize a UCD file table. * @param[in] ucd_file_table The UCD file table to initialize. * - * @returns UNW_ESUCCESS on success, a negated `unw_erro_t` code otherwise. + * @returns UNW_ESUCCESS on success, a negated `unw_error_t` code otherwise. */ unw_error_t ucd_file_table_init (ucd_file_table_t *ucd_file_table) |