From dcf96e43fa30df4060fb649f5a46b1f6fce1242a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 22 Oct 2017 20:32:45 +0000 Subject: [PATCH] spelling: mapping --- libmisc/idmapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.40.0