Fix several comments about return type.

This commit is contained in:
Michael Drake 2013-08-14 12:11:20 +01:00
parent 8c11cfcd9d
commit 473738083b
1 changed files with 3 additions and 3 deletions

View File

@ -511,7 +511,7 @@ static bool global_history_add_entry(nsurl *url,
/**
* Initialise the treeview entry feilds
*
* \return true on success, false on memory exhaustion
* \return NSERROR_OK on success, or appropriate error otherwise
*/
static nserror global_history_initialise_entry_fields(void)
{
@ -580,7 +580,7 @@ error:
/**
* Initialise the time
*
* \return true on success, false on memory exhaustion
* \return NSERROR_OK on success, or appropriate error otherwise
*/
static nserror global_history_initialise_time(void)
{
@ -615,7 +615,7 @@ static nserror global_history_initialise_time(void)
/**
* Initialise the treeview entries
*
* \return true on success, false on memory exhaustion
* \return NSERROR_OK on success, or appropriate error otherwise
*/
static nserror global_history_init_entries(void)
{