aboutsummaryrefslogtreecommitdiffstats
path: root/lib/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/string.c')
-rw-r--r--lib/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/string.c b/lib/string.c
index ed83562a53ae..b5c9a1168d3a 100644
--- a/lib/string.c
+++ b/lib/string.c
@@ -131,7 +131,7 @@ EXPORT_SYMBOL(strncpy);
131 * @src: Where to copy the string from 131 * @src: Where to copy the string from
132 * @size: size of destination buffer 132 * @size: size of destination buffer
133 * 133 *
134 * Compatible with *BSD: the result is always a valid 134 * Compatible with ``*BSD``: the result is always a valid
135 * NUL-terminated string that fits in the buffer (unless, 135 * NUL-terminated string that fits in the buffer (unless,
136 * of course, the buffer size is zero). It does not pad 136 * of course, the buffer size is zero). It does not pad
137 * out the result like strncpy() does. 137 * out the result like strncpy() does.