2002-02-10 Chris Demetriou <cgd@broadcom.com>

* callback.c: Fix some spelling errors.
        * hw-device.h: Likewise.
        * hw-tree.c: Likewise.
        * sim-abort.c: Likewise.
        * sim-alu.h: Likewise.
        * sim-core.h: Likewise.
        * sim-events.c: Likewise.
        * sim-events.h: Likewise.
        * sim-fpu.h: Likewise.
        * sim-profile.h: Likewise.
        * sim-utils.c: Likewise.
This commit is contained in:
Chris Demetriou
2002-02-10 23:11:37 +00:00
parent e55c0b759b
commit 6439295f61
12 changed files with 50 additions and 36 deletions

View File

@@ -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++;