diff options
author | Carlos Garcia <carlos@cgarcia.org> | 2014-04-05 06:31:00 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-05 17:32:05 +0400 |
commit | c98be0c96db00e9b6b02d31e0fa7590c54cdaaac (patch) | |
tree | 3c189a2a2342bf4454fd8826ad61b2cb84eab6b3 /Documentation/trace | |
parent | 07656d83085dfd3d5eff5d588a6f50c35c853ee0 (diff) | |
download | linux-c98be0c96db00e9b6b02d31e0fa7590c54cdaaac.tar.xz |
doc: spelling error changes
Fixed multiple spelling errors.
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Carlos E. Garcia <carlos@cgarcia.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt index c94435df2037..75d25a1d6e42 100644 --- a/Documentation/trace/events.txt +++ b/Documentation/trace/events.txt @@ -443,7 +443,7 @@ The following commands are supported: The following command creates a snapshot every time a block request queue is unplugged with a depth > 1. If you were tracing a set of events or functions at the time, the snapshot trace buffer would - capture those events when the trigger event occured: + capture those events when the trigger event occurred: # echo 'snapshot if nr_rq > 1' > \ /sys/kernel/debug/tracing/events/block/block_unplug/trigger |