diff --git a/libmisc/idmapping.c b/libmisc/idmapping.c index db254fcb..20f2d9c7 100644 --- a/libmisc/idmapping.c +++ b/libmisc/idmapping.c @@ -148,7 +148,7 @@ void write_mapping(int proc_dir_fd, int ranges, struct map_range *mappings, pos += written; } - /* Write the mapping to the maping file */ + /* Write the mapping to the mapping file */ fd = openat(proc_dir_fd, map_file, O_WRONLY); if (fd < 0) { fprintf(stderr, _("%s: open of %s failed: %s\n"),