From: Peter Johnson Date: Tue, 31 Jan 2006 07:26:06 +0000 (-0000) Subject: * coretype.h (yasm__splitpath): Fix doxygen comment. X-Git-Tag: v0.5.0rc1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b4515ee0027e18f748076a4b3b6cda0d60c33bf;p=yasm * coretype.h (yasm__splitpath): Fix doxygen comment. svn path=/trunk/yasm/; revision=1355 --- diff --git a/libyasm/coretype.h b/libyasm/coretype.h index 18279214..47c508f4 100644 --- a/libyasm/coretype.h +++ b/libyasm/coretype.h @@ -279,7 +279,7 @@ size_t yasm__splitpath_win(const char *path, /*@out@*/ const char **tail); * Unless otherwise defined, defaults to yasm__splitpath_unix(). * \internal * \param path pathname - * \param head (returned) directory + * \param tail (returned) base filename * \return Length of head (directory). */ # if defined (_WIN32) || defined (WIN32) || defined (__MSDOS__) || \