summaryrefslogtreecommitdiff
path: root/linux-user/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/path.c')
-rw-r--r--linux-user/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/path.c b/linux-user/path.c
index 7da0a8b27a..27c7d50518 100644
--- a/linux-user/path.c
+++ b/linux-user/path.c
@@ -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;