diff --git a/mm/maccess.c b/mm/maccess.c index 59d75e5359b54d..275fcf6223203c 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