diff options
Diffstat (limited to 'sim/common/hw-tree.c')
-rw-r--r-- | sim/common/hw-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-tree.c b/sim/common/hw-tree.c index 3f31b3b..f867bee 100644 --- a/sim/common/hw-tree.c +++ b/sim/common/hw-tree.c @@ -681,7 +681,7 @@ parse_string_property (struct hw *current, /* copy it in */ if (*chp == '"') { - /* a quoted string - watch for '\' et.al. */ + /* a quoted string - watch for '\' et al. */ /* estimate the size and allocate space for it */ int pos; chp++; |