]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/path.c
Spelling fixes, by Stefan Weil.
[mirror_qemu.git] / linux-user / path.c
index 7da0a8b27a79a076ce56a872022de82e6bd76ee1..27c7d505186d67d9d698640a5e4b72056bc7fd42 100644 (file)
@@ -82,7 +82,7 @@ static struct pathelem *add_entry(struct pathelem *root, const char *name)
     return root;
 }
 
-/* This needs to be done after tree is stabalized (ie. no more reallocs!). */
+/* This needs to be done after tree is stabilized (ie. no more reallocs!). */
 static void set_parents(struct pathelem *child, struct pathelem *parent)
 {
     unsigned int i;