]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib: glob: fix grammar and replace non-inclusive terminology
authorJosh Law <objecting@objecting.org>
Sun, 1 Mar 2026 15:45:53 +0000 (15:45 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 28 Mar 2026 04:19:37 +0000 (21:19 -0700)
commit3a1c3be1789580a8d15e810f8fb1958c7185680c
tree5d54d3f45bb8f53819a946d051a00947fd0c2a14
parent80266c154f7fa4a900136e17e3b813c7a1a78304
lib: glob: fix grammar and replace non-inclusive terminology

Fix a missing article ('a') in the comment describing the glob
implementation, and replace 'blacklists' with 'denylists' to align with
the kernel's inclusive terminology guidelines.

Link: https://lkml.kernel.org/r/20260301154553.2592681-1-objecting@objecting.org
Signed-off-by: Josh Law <objecting@objecting.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/glob.c