Skip to content

Commit

Permalink
tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Colin Ian King authored and torvalds committed Jun 25, 2016
1 parent 63d2f95 commit 7c5b723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vm/slabinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static void slab_stats(struct slabinfo *s)
s->deactivate_to_head + s->deactivate_to_tail + s->deactivate_bypass;

if (total) {
printf("\nSlab Deactivation Ocurrences %%\n");
printf("\nSlab Deactivation Occurrences %%\n");
printf("-------------------------------------------------\n");
printf("Slab full %7lu %3lu%%\n",
s->deactivate_full, (s->deactivate_full * 100) / total);
Expand Down

0 comments on commit 7c5b723

Please sign in to comment.