diff options
| author | Laurent Vivier | 2016-08-08 17:11:21 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2016-08-12 11:36:01 +0200 |
| commit | e723b8710356163e0f1722b94f988a8ddf83f17a (patch) | |
| tree | 9a049738fffa9f9bccada90c0f88da339bc6c30e /hw/block/trace-events | |
| parent | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-7... (diff) | |
| download | qemu-e723b8710356163e0f1722b94f988a8ddf83f17a.tar.gz qemu-e723b8710356163e0f1722b94f988a8ddf83f17a.tar.xz qemu-e723b8710356163e0f1722b94f988a8ddf83f17a.zip | |
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 <lvivier@redhat.com>
Message-id: 1470669081-17860-1-git-send-email-lvivier@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/block/trace-events')
| -rw-r--r-- | hw/block/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/block/trace-events b/hw/block/trace-events index 31df44b399..d0dd94ff05 100644 --- a/hw/block/trace-events +++ b/hw/block/trace-events @@ -1,4 +1,4 @@ -# See docs/trace-events.txt for syntax documentation. +# See docs/tracing.txt for syntax documentation. # hw/block/virtio-blk.c virtio_blk_req_complete(void *req, int status) "req %p status %d" |
