diff options
| author | Yicong Hui <yiconghui@gmail.com> | 2026-01-18 12:10:01 +0000 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-01-20 19:00:46 -0800 |
| commit | f117205ad70b52070810051391b8f6dfa671a25e (patch) | |
| tree | 34d8c306f828d13a68a0e68d092bfb9c7aaf7d70 | |
| parent | c2b733da93bf607d6c6f925b4d40598e6bb516be (diff) | |
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 <yiconghui@gmail.com>
Link: https://patch.msgid.link/20260118121001.136806-4-yiconghui@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
| -rw-r--r-- | drivers/net/xen-netback/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/xen-netback/hash.c b/drivers/net/xen-netback/hash.c index 45ddce35f6d2..c6b2eba3511b 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: * |
