diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:13:50 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-25 17:15:47 +0300 |
| commit | 28cbbdd28e2979dbf9768a70754550b8e377fcc4 (patch) | |
| tree | f502f4543a4b69a2960180e54173487e3117cd7c /hw/9pfs/9p-synth.c | |
| parent | 8b81968c1cf351430dad66a1b36420f431243842 (diff) | |
| download | focaccia-qemu-28cbbdd28e2979dbf9768a70754550b8e377fcc4.tar.gz focaccia-qemu-28cbbdd28e2979dbf9768a70754550b8e377fcc4.zip | |
hw/9pfs: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Diffstat (limited to 'hw/9pfs/9p-synth.c')
| -rw-r--r-- | hw/9pfs/9p-synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/9p-synth.c b/hw/9pfs/9p-synth.c index f62c40b639..0ac79a500b 100644 --- a/hw/9pfs/9p-synth.c +++ b/hw/9pfs/9p-synth.c @@ -493,7 +493,7 @@ static int synth_name_to_path(FsContext *ctx, V9fsPath *dir_path, node = dir_node; goto out; } - /* search for the name in the childern */ + /* search for the name in the children */ rcu_read_lock(); QLIST_FOREACH(node, &dir_node->child, sibling) { if (!strcmp(node->name, name)) { |