Fix comment typo and update formatting.

svn path=/trunk/netsurf/; revision=11743
This commit is contained in:
Michael Drake 2011-02-20 23:22:31 +00:00
parent c422f860e5
commit c16b6ba8fa
1 changed files with 4 additions and 4 deletions

View File

@ -181,10 +181,10 @@ void options_dump(FILE *outf);
* %V - value - HTML type formatting
* %v - value - plain formatting
*
* \param string The buffer in which to place teh results.
* \param size The size of the string buffer.
* \param option The opaque option number.
* \param fmt The format string.
* \param string The buffer in which to place the results.
* \param size The size of the string buffer.
* \param option The opaque option number.
* \param fmt The format string.
* \return The number of bytes written to \a string or -1 on error
*/
int options_snoptionf(char *string, size_t size, unsigned int option,