From f117205ad70b52070810051391b8f6dfa671a25e Mon Sep 17 00:00:00 2001 From: Yicong Hui Date: Sun, 18 Jan 2026 12:10:01 +0000 Subject: [PATCH] net/xen-netback: Fix mispelling of "Software" as "Softare" Fix misspelling of "software" as "softare" in xen-netback code comment. Signed-off-by: Yicong Hui Link: https://patch.msgid.link/20260118121001.136806-4-yiconghui@gmail.com Signed-off-by: Jakub Kicinski --- drivers/net/xen-netback/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/xen-netback/hash.c b/drivers/net/xen-netback/hash.c index 45ddce35f6d2c..c6b2eba3511bd 100644 --- a/drivers/net/xen-netback/hash.c +++ b/drivers/net/xen-netback/hash.c @@ -3,7 +3,7 @@ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 - * as published by the Free Softare Foundation; or, when distributed + * as published by the Free Software Foundation; or, when distributed * separately from the Linux kernel or incorporated into other * software packages, subject to the following license: * -- 2.47.3