aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/munmap/munmap02.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/munmap/munmap02.c')
-rw-r--r--testcases/kernel/syscalls/munmap/munmap02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/kernel/syscalls/munmap/munmap02.c b/testcases/kernel/syscalls/munmap/munmap02.c
index b43250512..cd85d9436 100644
--- a/testcases/kernel/syscalls/munmap/munmap02.c
+++ b/testcases/kernel/syscalls/munmap/munmap02.c
@@ -197,7 +197,7 @@ void setup(void)
/*
* map the open file 'TEMPFILE' from its beginning up to the maplength
* into the calling process's address space at the system choosen
- * with read/write permissions to the the mapped region.
+ * with read/write permissions to the mapped region.
*/
#ifdef UCLINUX
/* mmap() doesn't support MAP_SHARED on uClinux */