Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 415b54e3 authored by Nikanth Karthikesan's avatar Nikanth Karthikesan Committed by Jiri Kosina
Browse files

Fix typo s/contenious/continuous in comment



Fix typo s/contenious/continuous in comment.

Signed-off-by: default avatarNikanth Karthikesan <knikanth@suse.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3d529946
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -79,8 +79,8 @@ struct scan_control {
	int order;

	/*
	 * Intend to reclaim enough contenious memory rather than to reclaim
	 * enough amount memory. I.e, it's the mode for high order allocation.
	 * Intend to reclaim enough continuous memory rather than reclaim
	 * enough amount of memory. i.e, mode for high order allocation.
	 */
	bool lumpy_reclaim_mode;