diff options
Diffstat (limited to 'gdb/record-full.c')
-rw-r--r-- | gdb/record-full.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/record-full.c b/gdb/record-full.c index a940274..5502a01 100644 --- a/gdb/record-full.c +++ b/gdb/record-full.c @@ -53,7 +53,7 @@ mode, and we build up an execution log in which, for each executed instruction, we record all changes in memory and register state. This is invisible to the user, to whom it just looks like an - ordinary debugging session (except for performance degredation). + ordinary debugging session (except for performance degradation). In replay mode, instead of actually letting the inferior run as a process, we simulate its execution by playing back the recorded |