summaryrefslogtreecommitdiffstats
path: root/tapset/i386
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/i386')
-rw-r--r--tapset/i386/registers.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/i386/registers.stp b/tapset/i386/registers.stp
index 997376dc..c1e98ac0 100644
--- a/tapset/i386/registers.stp
+++ b/tapset/i386/registers.stp
@@ -154,7 +154,7 @@ bad_argnum:
return;
if (0) {
-deref_fault: /* branched to from deref() */
+deref_fault: /* branched to from kread() */
snprintf (CONTEXT->error_buffer, sizeof(CONTEXT->error_buffer),
"kernel fault at %#lx accessing arg(%lld)", val,
THIS->argnum);