Skip to content

Commit

Permalink
oprofile: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Richter <robert.richter@amd.com>
  • Loading branch information
Robert Richter committed Dec 10, 2008
1 parent cdc1834 commit 8dbc50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/oprofile/buffer_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ static void increment_tail(struct oprofile_cpu_buffer *b)
{
unsigned long new_tail = b->tail_pos + 1;

rmb(); /* be sure fifo pointers are synchromized */
rmb(); /* be sure fifo pointers are synchronized */

if (new_tail < b->buffer_size)
b->tail_pos = new_tail;
Expand Down

0 comments on commit 8dbc50c

Please sign in to comment.