Fix typo in GFP_USER kernel-doc comment. Replace "accessibly" with "accessible". Signed-off-by: Richard Gieg --- include/linux/gfp_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/gfp_types.h b/include/linux/gfp_types.h index cd4972a7c97c..d245a6b8b45e 100644 --- a/include/linux/gfp_types.h +++ b/include/linux/gfp_types.h @@ -341,7 +341,7 @@ enum { * requests will inherit GFP_NOFS implicitly. * * %GFP_USER is for userspace allocations that also need to be directly - * accessibly by the kernel or hardware. It is typically used by hardware + * accessible by the kernel or hardware. It is typically used by hardware * for buffers that are mapped to userspace (e.g. graphics) that hardware * still must DMA to. cpuset limits are enforced for these allocations. * -- 2.52.0