lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 24 Jun 2016 01:35:23 +0900
From:	Sergey Senozhatsky <sergey.senozhatsky@...il.com>
To:	Colin King <colin.king@...onical.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
	Christoph Lameter <cl@...ux.com>,
	Laura Abbott <labbott@...oraproject.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" ->
 "Occurrences"

On (06/23/16 09:55), Colin King wrote:
> trivial fix to spelling mistake
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.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
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ