From 5b4515ee0027e18f748076a4b3b6cda0d60c33bf Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 31 Jan 2006 07:26:06 +0000 Subject: [PATCH] * coretype.h (yasm__splitpath): Fix doxygen comment. svn path=/trunk/yasm/; revision=1355 --- libyasm/coretype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__) || \ -- 2.40.0