[PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"

From: Colin King
Date: Thu Jun 23 2016 - 04:56:10 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

trivial fix to spelling mistake

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
tools/vm/slabinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/vm/slabinfo.c b/tools/vm/slabinfo.c
index 1889163..7cf6e17 100644
--- a/tools/vm/slabinfo.c
+++ b/tools/vm/slabinfo.c
@@ -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);
--
2.8.1