From cddb0f80f7848fc7b34a132fa3d84d760afca66e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 2 Sep 2000 00:13:29 +0000 Subject: [PATCH] Corrected spelling error in comment: tracepont -> tracepoint --- gdb/tracepoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 6f50f19..9faa53f 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -107,7 +107,7 @@ enum actionline_type }; -/* The tracepont chain of all tracepoints */ +/* The tracepoint chain of all tracepoints */ extern struct tracepoint *tracepoint_chain; -- 2.7.4