Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9235b54 authored by Vasyl Gomonovych's avatar Vasyl Gomonovych Committed by Steven Rostedt (VMware)
Browse files

ring-buffer: Fix typo in comment

parent 6167c205
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ u64 ring_buffer_event_time_stamp(struct ring_buffer_event *event);

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