We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6167c20 commit a9235b5Copy full SHA for a9235b5
include/linux/ring_buffer.h
@@ -65,7 +65,7 @@ u64 ring_buffer_event_time_stamp(struct ring_buffer_event *event);
65
66
/*
67
* ring_buffer_discard_commit will remove an event that has not
68
- * ben committed yet. If this is used, then ring_buffer_unlock_commit
+ * been committed yet. If this is used, then ring_buffer_unlock_commit
69
* must not be called on the discarded event. This function
70
* will try to remove the event from the ring buffer completely
71
* if another event has not been written after it.
0 commit comments