On Tue, Mar 12, 2024 at 04:47:53AM -0400, Kendra Moore wrote: > This patch corrects a spelling error specifically > the word "supports" was misspelled "suppors". > > No functional changes are made by this patch; it > only improves the accuracy and readability of the > documentation. > > Signed-off-by: Kendra Moore <kendra.j.moore3443@xxxxxxxxx> Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> If you wanted to, there are two other occurrences of the word 'suppors' in Linux: $ git grep suppors Documentation/admin-guide/cifs/introduction.rst: CIFS Unix extensions, and the Linux client also suppors SMB3 POSIX extensions, drivers/media/rc/keymaps/rc-khamsin.c: * BT (STB) modes. This keymap suppors the IR controls. drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c: * and allocates the socket buffers. It suppors the chained and ring which you could submit patches for. You could also add it to scripts/spelling.txt so there's a chance it won't appear in the future. None of these are as important as getting this patch in, since this is visible documentation.