From 9ae0041ae0dd073657862c4abdf3886a66035ee9 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 29 Dec 2007 21:43:36 +0100 Subject: [PATCH] Cosmetics. --- string.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/string.c b/string.c index 2b361aee..7d8c8707 100644 --- a/string.c +++ b/string.c @@ -163,13 +163,13 @@ __must_check __malloc char *para_strcat(char *a, const char *b) } /** - * paraslash's version of dirname() + * Paraslash's version of dirname(). * - * \param name pointer to the full path + * \param name Pointer to the full path. * - * Compute the directory component of \p name + * Compute the directory component of \p name. * - * \return If \p name is \รพ NULL or the empty string, return \p NULL. + * \return If \p name is \p NULL or the empty string, return \p NULL. * Otherwise, Make a copy of \p name and return its directory component. Caller * is responsible to free the result. */ -- 2.39.2