X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=65d2240891afc81f40e6b964d5c0f6b7b25a0ddc;hp=e675502cf6707240a61be523c6fb510692991acd;hb=ac1f19d550a81c8408c8fce2e237996c950253ab;hpb=1f12ea375358a0b30689e01efe82796ea4fcb14f diff --git a/string.c b/string.c index e675502c..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. */ @@ -117,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. *