From e723b8710356163e0f1722b94f988a8ddf83f17a Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Mon, 8 Aug 2016 17:11:21 +0200 Subject: trace-events: fix first line comment in trace-events Documentation is docs/tracing.txt instead of docs/trace-events.txt. find . -name trace-events -exec \ sed -i "s?See docs/trace-events.txt for syntax documentation.?See docs/tracing.txt for syntax documentation.?" \ {} \; Signed-off-by: Laurent Vivier Message-id: 1470669081-17860-1-git-send-email-lvivier@redhat.com Signed-off-by: Stefan Hajnoczi --- target-sparc/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-sparc/trace-events') diff --git a/target-sparc/trace-events b/target-sparc/trace-events index c75faf920d..bf52d9769b 100644 --- a/target-sparc/trace-events +++ b/target-sparc/trace-events @@ -1,4 +1,4 @@ -# See docs/trace-events.txt for syntax documentation. +# See docs/tracing.txt for syntax documentation. # target-sparc/mmu_helper.c mmu_helper_dfault(uint64_t address, uint64_t context, int mmu_idx, uint32_t tl) "DFAULT at %"PRIx64" context %"PRIx64" mmu_idx=%d tl=%d" -- cgit v1.2.1