X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/eae919b59938b827743e7542b6e529a5183c21ea..bfab5602f254a61a5c7bf354ca184fa582b9e609:/pool.c diff --git a/pool.c b/pool.c index c9b05ec..d89bab2 100644 --- a/pool.c +++ b/pool.c @@ -7,7 +7,7 @@ * (c) 2000 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of the mLib utilities library. * @@ -15,12 +15,12 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * mLib is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with mLib; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, @@ -191,7 +191,7 @@ pool *pool_create(arena *a) * Use: Destroys a pool, freeing all of the resources within it. If * this is a pool created by @pool_create@, its memory will be * deallocated; if it's a subpool or it was initialized by - * @pool_init@, it is emptied and can be used again. + * @pool_init@, it is emptied and can be used again. */ void pool_destroy(pool *p)