X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-tsearch.c;h=862979200f95955a360d518c82cf65dc26bf3651;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=ae4de66ca0ccb854e1e1ae0fbf66148ac3347805;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/tests/test-tsearch.c b/tests/test-tsearch.c index ae4de66ca..862979200 100644 --- a/tests/test-tsearch.c +++ b/tests/test-tsearch.c @@ -1,5 +1,5 @@ /* Test program for tsearch et al. - Copyright (C) 1997, 2000-2001, 2007-2011 Free Software Foundation, Inc. + Copyright (C) 1997, 2000-2001, 2007-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software: you can redistribute it and/or @@ -75,7 +75,7 @@ static int error = 0; /* The keys we add to the tree. */ static int x[SIZE]; -/* Pointers into the key array, possibly permutated, to define an order +/* Pointers into the key array, possibly permuted, to define an order for insertion/removal. */ static int y[SIZE];