From 41bbde6addc4c759b771323f8e383e8f399c8b88 Mon Sep 17 00:00:00 2001 From: Jon Purdy Date: Fri, 10 Mar 2017 12:55:58 -0800 Subject: [PATCH] [docs] Update formatting in mono-api-string. --- mono/metadata/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/metadata/object.c b/mono/metadata/object.c index 132cea1250a..cf5dea618e5 100644 --- a/mono/metadata/object.c +++ b/mono/metadata/object.c @@ -7035,7 +7035,7 @@ mono_string_to_utf8_mp_ignore (MonoMemPool *mp, MonoString *s) * mono_string_to_utf16: * \param s a \c MonoString * \returns a null-terminated array of the UTF-16 chars - * contained in \param s. The result must be freed with \c g_free(). + * contained in \p s. The result must be freed with \c g_free(). * This is a temporary helper until our string implementation * is reworked to always include the null-terminating char. */ -- 2.25.1