9
0
Fork 0

clarify strim function description

Signed-off-by: Aleksey Kuleshov <rndfax@yandex.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Aleksey Kuleshov 2016-08-18 14:29:03 +03:00 committed by Sascha Hauer
parent d97eeac4e2
commit eb2b2e2647
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ char *skip_spaces(const char *str)
}
/**
* strim - Removes leading and trailing whitespace from @s.
* strim - Removes trailing whitespace from @s.
* @s: The string to be stripped.
*
* Note that the first trailing whitespace is replaced with a %NUL-terminator