linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Kinoshita Kazumi <e145702@ie.u-ryukyu.ac.jp>
To: linux-mm@kvack.org
Cc: Kinoshita Kazumi <e145702@ie.u-ryukyu.ac.jp>
Subject: [PATCH] fix typo
Date: Sat, 15 Jul 2017 16:12:03 +0900	[thread overview]
Message-ID: <20170715071203.63447-1-e145702@ie.u-ryukyu.ac.jp> (raw)

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>

                 reply	other threads:[~2017-07-15  7:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170715071203.63447-1-e145702@ie.u-ryukyu.ac.jp \
    --to=e145702@ie.u-ryukyu.ac.jp \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).