From: David Anderson Date: Sat, 2 Sep 2000 00:13:29 +0000 (+0000) Subject: Corrected spelling error in comment: tracepont -> tracepoint X-Git-Tag: newlib-1_9_0~1031 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cddb0f80f7848fc7b34a132fa3d84d760afca66e;p=thirdparty%2Fbinutils-gdb.git Corrected spelling error in comment: tracepont -> tracepoint --- diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 6f50f19ffbf..9faa53f178f 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;