aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/infcall.h')
-rw-r--r--gdb/infcall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcall.h b/gdb/infcall.h
index 9966fc6..c3f3fc8 100644
--- a/gdb/infcall.h
+++ b/gdb/infcall.h
@@ -43,7 +43,7 @@ extern CORE_ADDR find_function_addr (struct value *function,
function returned. May fail to return, if a breakpoint or signal
is hit during the execution of the function.
- DFEAULT_RETURN_TYPE is used as function return type if the return
+ DEFAULT_RETURN_TYPE is used as function return type if the return
type is unknown. This is used when calling functions with no debug
info.