tools/virtio: Fix userspace typo in vringh test comment

Fix a misspelling of "userspace" in the vringh test description.

Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-ID: <20260720014421.89345-1-zhaoguohan@kylinos.cn>
This commit is contained in:
GuoHan Zhao
2026-07-20 09:44:21 +08:00
committed by Michael S. Tsirkin
parent 9059c62f11
commit bce2a966f7

View File

@@ -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 <sched.h>
#include <err.h>