diff options
Diffstat (limited to 'src/nvim/message.c')
-rw-r--r-- | src/nvim/message.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/message.c b/src/nvim/message.c index 299cec5d40..9d44b15f7c 100644 --- a/src/nvim/message.c +++ b/src/nvim/message.c @@ -385,7 +385,7 @@ static int other_sourcing_name(void) /// Get the message about the source, as used for an error message /// -/// @return [allocated] String with room for one more characters. NULL when no +/// @return [allocated] String with room for one more character. NULL when no /// message is to be given. static char *get_emsg_source(void) FUNC_ATTR_MALLOC FUNC_ATTR_WARN_UNUSED_RESULT @@ -402,7 +402,7 @@ static char *get_emsg_source(void) /// Get the message about the source lnum, as used for an error message. /// -/// @return [allocated] String with room for one more characters. NULL when no +/// @return [allocated] String with room for one more character. NULL when no /// message is to be given. static char *get_emsg_lnum(void) FUNC_ATTR_MALLOC FUNC_ATTR_WARN_UNUSED_RESULT |