Skip to content

Commit a9235b5

Browse files
Carmichael561rostedt
authored andcommitted
ring-buffer: Fix typo in comment
Fix typo of the word 'been' Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Vasyl Gomonovych <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 6167c20 commit a9235b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/ring_buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ u64 ring_buffer_event_time_stamp(struct ring_buffer_event *event);
6565

6666
/*
6767
* ring_buffer_discard_commit will remove an event that has not
68-
* ben committed yet. If this is used, then ring_buffer_unlock_commit
68+
* been committed yet. If this is used, then ring_buffer_unlock_commit
6969
* must not be called on the discarded event. This function
7070
* will try to remove the event from the ring buffer completely
7171
* if another event has not been written after it.

0 commit comments

Comments
 (0)