From: David Anderson Date: Sat, 2 Sep 2000 00:13:29 +0000 (+0000) Subject: Corrected spelling error in comment: tracepont -> tracepoint X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cddb0f80f7848fc7b34a132fa3d84d760afca66e;p=binutils-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;