Corrected spelling error in comment: tracepont -> tracepoint

This commit is contained in:
David Anderson 2000-09-02 00:13:29 +00:00
parent 9d8a64cb91
commit cddb0f80f7

View 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; extern struct tracepoint *tracepoint_chain;