diff options
Diffstat (limited to 'lib/trace.c')
-rw-r--r-- | lib/trace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/trace.c b/lib/trace.c index def9f912c92..1d5f7dec979 100644 --- a/lib/trace.c +++ b/lib/trace.c @@ -431,11 +431,11 @@ int notrace trace_init(void *buff, size_t buff_size) } /** - * trace_clear() - clear accumulated traced data + * trace_wipe() - clear accumulated traced data * * May be called with tracing enabled or disabled. */ -int notrace trace_clear(void) +int notrace trace_wipe(void) { bool was_enabled = trace_enabled; |