Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / mm / page_counter.c
index afe22ad..b24a60b 100644 (file)
@@ -109,7 +109,7 @@ bool page_counter_try_charge(struct page_counter *counter,
                 *
                 * The atomic_long_add_return() implies a full memory
                 * barrier between incrementing the count and reading
-                * the limit.  When racing with page_counter_limit(),
+                * the limit.  When racing with page_counter_set_max(),
                 * we either see the new limit or the setter sees the
                 * counter has changed and retries.
                 */