public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
To: Colin King <colin.king@canonical.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>,
	Christoph Lameter <cl@linux.com>,
	Laura Abbott <labbott@fedoraproject.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"
Date: Fri, 24 Jun 2016 01:35:23 +0900	[thread overview]
Message-ID: <20160623163523.GA712@swordfish> (raw)
In-Reply-To: <1466672144-831-1-git-send-email-colin.king@canonical.com>

On (06/23/16 09:55), Colin King wrote:
> trivial fix to spelling mistake
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

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
> 

      parent reply	other threads:[~2016-06-23 16:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23  8:55 [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences" Colin King
2016-06-23 14:32 ` Christoph Lameter
2016-06-23 16:35 ` Sergey Senozhatsky [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160623163523.GA712@swordfish \
    --to=sergey.senozhatsky@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux.com \
    --cc=colin.king@canonical.com \
    --cc=labbott@fedoraproject.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox