X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=65d2240891afc81f40e6b964d5c0f6b7b25a0ddc;hp=5eb1606e59ef546d6a7a55ce36b509a29c2dae18;hb=a1c4cc4b26f72c19e12100d47a9da3c449aab3e7;hpb=f90e920b43eb4035ded061bb889c8e4d819a2a97 diff --git a/string.c b/string.c index 5eb1606e..65d22408 100644 --- a/string.c +++ b/string.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2004 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2004 Andre Noll , see file COPYING. */ /** \file string.c Memory allocation and string handling functions. */ @@ -10,7 +6,6 @@ #include #include /* uname() */ -#include #include #include #include @@ -118,9 +113,9 @@ __must_check __malloc char *para_strdup(const char *s) } /** - * Print a formated message to a dynamically allocated string. + * Print a formatted message to a dynamically allocated string. * - * \param result The formated string is returned here. + * \param result The formatted string is returned here. * \param fmt The format string. * \param ap Initialized list of arguments. *