mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
[gdb] Fix some typos
Fix typos: ... overriden -> overridden reate -> create ... Tested on x86_64-linux. I
This commit is contained in:
@@ -174,7 +174,7 @@ class FrameDecorator(_FrameDecoratorBase):
|
||||
sub-classed from FrameDecorator. If Decorator1 just overrides the
|
||||
'function' method, then all of the other methods are carried out
|
||||
by the super-class FrameDecorator. But Decorator2 may have
|
||||
overriden other methods, so FrameDecorator will look at the
|
||||
overridden other methods, so FrameDecorator will look at the
|
||||
'base' parameter and defer to that class's methods. And so on,
|
||||
down the chain."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user