summary refs log tree commit diff stats
path: root/hw/9pfs/9p-synth.c
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:13:50 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-07-25 17:15:47 +0300
commit28cbbdd28e2979dbf9768a70754550b8e377fcc4 (patch)
treef502f4543a4b69a2960180e54173487e3117cd7c /hw/9pfs/9p-synth.c
parent8b81968c1cf351430dad66a1b36420f431243842 (diff)
downloadfocaccia-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.c2
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)) {