From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752053AbcFWQfv (ORCPT ); Thu, 23 Jun 2016 12:35:51 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:33507 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbcFWQfl (ORCPT ); Thu, 23 Jun 2016 12:35:41 -0400 Date: Fri, 24 Jun 2016 01:35:23 +0900 From: Sergey Senozhatsky To: Colin King Cc: Andrew Morton , Sergey Senozhatsky , Christoph Lameter , Laura Abbott , linux-kernel@vger.kernel.org Subject: Re: [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences" Message-ID: <20160623163523.GA712@swordfish> References: <1466672144-831-1-git-send-email-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466672144-831-1-git-send-email-colin.king@canonical.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (06/23/16 09:55), Colin King wrote: > trivial fix to spelling mistake > > Signed-off-by: Colin Ian King good eye. thanks. -ss > --- > 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 >