aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-09-02 00:13:29 +0000
committerDavid Anderson <davea@sgi.com>2000-09-02 00:13:29 +0000
commitcddb0f80f7848fc7b34a132fa3d84d760afca66e (patch)
tree9f1daf6bea42e62115e3220f2e8c61baeaac9068 /gdb/tracepoint.h
parent9d8a64cb91ccfbbb2d18991dd855c14077d12bee (diff)
downloadgdb-cddb0f80f7848fc7b34a132fa3d84d760afca66e.zip
gdb-cddb0f80f7848fc7b34a132fa3d84d760afca66e.tar.gz
gdb-cddb0f80f7848fc7b34a132fa3d84d760afca66e.tar.bz2
Corrected spelling error in comment: tracepont -> tracepoint
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h2
1 files changed, 1 insertions, 1 deletions
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;