Corrected spelling error in comment: tracepont -> tracepoint
authorDavid Anderson <davea@sgi.com>
Sat, 2 Sep 2000 00:13:29 +0000 (00:13 +0000)
committerDavid Anderson <davea@sgi.com>
Sat, 2 Sep 2000 00:13:29 +0000 (00:13 +0000)
gdb/tracepoint.h

index 6f50f19..9faa53f 100644 (file)
@@ -107,7 +107,7 @@ enum actionline_type
   };
 
 
-/* The tracepont chain of all tracepoints */
+/* The tracepoint chain of all tracepoints */
 
 extern struct tracepoint *tracepoint_chain;