summaryrefslogtreecommitdiff
path: root/src/coredump/ucd_file_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coredump/ucd_file_table.c')
-rw-r--r--src/coredump/ucd_file_table.c4
1 files changed, 2 insertions, 2 deletions
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)