diff options
author | David Anderson <davea@sgi.com> | 2000-09-02 00:13:29 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-02 00:13:29 +0000 |
commit | f5c656f8725950a0feaf656f04a78af1edcd8768 (patch) | |
tree | d763e9b67fbc28882acbbf1e1f031ab26c59a212 /gdb/tracepoint.h | |
parent | 1e209e64888329d06f0d7b4f57906aac11d35dbc (diff) | |
download | gdb-f5c656f8725950a0feaf656f04a78af1edcd8768.tar.gz |
Corrected spelling error in comment: tracepont -> tracepoint
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r-- | gdb/tracepoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |