linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"
@ 2016-06-23  8:55 Colin King
  2016-06-23 14:32 ` Christoph Lameter
  2016-06-23 16:35 ` Sergey Senozhatsky
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2016-06-23  8:55 UTC (permalink / raw)
  To: Andrew Morton, Sergey Senozhatsky, Christoph Lameter, Laura Abbott
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Lameter @ 2016-06-23 14:32 UTC (permalink / raw)
  To: Colin King; +Cc: Andrew Morton, Sergey Senozhatsky, Laura Abbott, linux-kernel

On Thu, 23 Jun 2016, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>

Acked-by: Christoph Lameter <cl@linux.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Senozhatsky @ 2016-06-23 16:35 UTC (permalink / raw)
  To: Colin King
  Cc: Andrew Morton, Sergey Senozhatsky, Christoph Lameter,
	Laura Abbott, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-23 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).