projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa52619
)
mm/vmalloc.c: fix typo in comment
author
Andrew Morton <akpm@linux-foundation.org>
Sat, 1 Jun 2019 05:30:03 +0000
(22:30 -0700)
committer
Linus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Jun 2019 22:51:31 +0000
(15:51 -0700)
Reported-by: Nicholas Joll <najoll@posteo.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmalloc.c
patch
|
blob
|
history
diff --git
a/mm/vmalloc.c
b/mm/vmalloc.c
index 233af6936c93774b7dd8ebb15156d73605a45751..7350a124524bb4b203fff489c577586661cbf03d 100644
(file)
--- a/
mm/vmalloc.c
+++ b/
mm/vmalloc.c
@@
-815,7
+815,7
@@
find_vmap_lowest_match(unsigned long size,
}
/*
- * OK. We roll back and find the fist right sub-tree,
+ * OK. We roll back and find the fi
r
st right sub-tree,
* that will satisfy the search criteria. It can happen
* only once due to "vstart" restriction.
*/