diff --git a/mm/maccess.c b/mm/maccess.c index 2a8b8e623c46..b3e15a8ec80f 100644 --- a/mm/maccess.c +++ b/mm/maccess.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Access kernel memory without faulting. + * Access kernel or user memory without faulting. */ #include #include