[docs] Update formatting in mono-api-string.
authorJon Purdy <evincarofautumn@gmail.com>
Fri, 10 Mar 2017 20:55:58 +0000 (12:55 -0800)
committerJon Purdy <evincarofautumn@gmail.com>
Fri, 24 Mar 2017 20:43:07 +0000 (13:43 -0700)
mono/metadata/object.c

index 132cea1250aee04feb850feb60e53e975e14ee17..cf5dea618e52ab654ec766c10d9f44d4cd236b2a 100644 (file)
@@ -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.
  */