mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 08:15:07 -04:00
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:
committed by
Michael S. Tsirkin
parent
9059c62f11
commit
bce2a966f7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user