From bce2a966f7ed8f6215d16c8e9783153e805c13ff Mon Sep 17 00:00:00 2001 From: GuoHan Zhao Date: Mon, 20 Jul 2026 09:44:21 +0800 Subject: [PATCH] tools/virtio: Fix userspace typo in vringh test comment Fix a misspelling of "userspace" in the vringh test description. Signed-off-by: GuoHan Zhao Signed-off-by: Michael S. Tsirkin Message-ID: <20260720014421.89345-1-zhaoguohan@kylinos.cn> --- tools/virtio/vringh_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virtio/vringh_test.c b/tools/virtio/vringh_test.c index 5ea6d29bc992..84961b9ab5ff 100644 --- a/tools/virtio/vringh_test.c +++ b/tools/virtio/vringh_test.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Simple test of virtio code, entirely in userpsace. */ +/* Simple test of virtio code, entirely in userspace. */ #define _GNU_SOURCE #include #include