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