diff options
Diffstat (limited to 'gdb/compile/compile-cplus-symbols.c')
-rw-r--r-- | gdb/compile/compile-cplus-symbols.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile-cplus-symbols.c b/gdb/compile/compile-cplus-symbols.c index 201c447..10ee856 100644 --- a/gdb/compile/compile-cplus-symbols.c +++ b/gdb/compile/compile-cplus-symbols.c @@ -194,7 +194,7 @@ convert_one_symbol (compile_cplus_instance *instance, if (scope.nested_type () != GCC_TYPE_NONE) { /* We found a symbol for this type that was defined inside - some other symbol, e.g., a class tyepdef defined. */ + some other symbol, e.g., a class typedef defined. */ return; } |