public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2/8] correctly name the Shell sort
@ 2005-04-08  7:50 domen
  2005-04-08 15:52 ` Horst von Brand
  0 siblings, 1 reply; 3+ messages in thread
From: domen @ 2005-04-08  7:50 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, domen, didickman



As per http://www.nist.gov/dads/HTML/shellsort.html, this should be referred to
as a Shell sort. Shell-Metzner is a misnomer.

Signed-off-by: Daniel Dickman <didickman@yahoo.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj-domen/kernel/sys.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/sys.c~comment-kernel_sys kernel/sys.c
--- kj/kernel/sys.c~comment-kernel_sys	2005-04-05 12:57:41.000000000 +0200
+++ kj-domen/kernel/sys.c	2005-04-05 12:57:41.000000000 +0200
@@ -1194,7 +1194,7 @@ static int groups_from_user(struct group
 	return 0;
 }
 
-/* a simple shell-metzner sort */
+/* a simple Shell sort */
 static void groups_sort(struct group_info *group_info)
 {
 	int base, max, stride;
_

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

end of thread, other threads:[~2005-04-09  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08  7:50 [patch 2/8] correctly name the Shell sort domen
2005-04-08 15:52 ` Horst von Brand
2005-04-09  0:03   ` Matt Mackall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox