aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r--gdb/mdebugread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index dae4e4d..fbfe3a7 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -4401,7 +4401,7 @@ cross_ref (int fd, union aux_ext *ax, struct type **tpp,
case btTypedef:
/* Follow a forward typedef. This might recursively
call cross_ref till we get a non typedef'ed type.
- FIXME: This is not correct behaviour, but gdb currently
+ FIXME: This is not correct behavior, but gdb currently
cannot handle typedefs without type copying. Type
copying is impossible as we might have mutual forward
references between two files and the copied type would not
@@ -4427,7 +4427,7 @@ cross_ref (int fd, union aux_ext *ax, struct type **tpp,
{
/* Parse the type for a normal typedef. This might recursively call
cross_ref till we get a non typedef'ed type.
- FIXME: This is not correct behaviour, but gdb currently
+ FIXME: This is not correct behavior, but gdb currently
cannot handle typedefs without type copying. But type copying is
impossible as we might have mutual forward references between
two files and the copied type would not get filled in when