linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix typo
@ 2017-07-15  7:12 Kinoshita Kazumi
  0 siblings, 0 replies; only message in thread
From: Kinoshita Kazumi @ 2017-07-15  7:12 UTC (permalink / raw)
  To: linux-mm; +Cc: Kinoshita Kazumi

Signed-off-by: Kinoshita Kazumi <e145702@ie.u-ryukyu.ac.jp>
---
 mm/mmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/mmap.c b/mm/mmap.c
index f19efcf..f7ef742 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -526,7 +526,7 @@ static unsigned long count_vma_pages_range(struct mm_struct *mm,
 	unsigned long nr_pages = 0;
 	struct vm_area_struct *vma;
 
-	/* Find first overlaping mapping */
+	/* Find first overlapping mapping */
 	vma = find_vma_intersection(mm, addr, end);
 	if (!vma)
 		return 0;
-- 
2.10.1 (Apple Git-78)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-15  7:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-15  7:12 [PATCH] fix typo Kinoshita Kazumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).