Commit e0857cf5 authored by Ethon Paul's avatar Ethon Paul Committed by Linus Torvalds
Browse files

mm/page-writeback: fix a typo in comment "effictive"->"effective"

parent 2e6787d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ static void wb_min_max_ratio(struct bdi_writeback *wb,
 * requiring writeback.
 *
 * This number of dirtyable pages is the base value of which the
 * user-configurable dirty ratio is the effictive number of pages that
 * user-configurable dirty ratio is the effective number of pages that
 * are allowed to be actually dirtied.  Per individual zone, or
 * globally by using the sum of dirtyable pages over all zones.
 *