Commit d8cc323d authored by Qiujun Huang's avatar Qiujun Huang Committed by Linus Torvalds
Browse files

mm/vmalloc: fix a typo in comment

parent 5093c587
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3368,7 +3368,7 @@ retry:
			goto overflow;

		/*
		 * If required width exeeds current VA block, move
		 * If required width exceeds current VA block, move
		 * base downwards and then recheck.
		 */
		if (base + end > va->va_end) {