summaryrefslogtreecommitdiff
path: root/usr/src/common/util/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/util/string.c')
-rw-r--r--usr/src/common/util/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/common/util/string.c b/usr/src/common/util/string.c
index de22fb78d9..8e1247f381 100644
--- a/usr/src/common/util/string.c
+++ b/usr/src/common/util/string.c
@@ -61,7 +61,7 @@
* described by <fmt, args> as possible. The string will always be
* null-terminated, so the maximum string length is 'buflen - 1'.
* Returns the number of bytes that would be necessary to render the
- * entire string, not including null terminator (just like vsnprintf(3S)).
+ * entire string, not including null terminator (just like vsnprintf(3C)).
* To determine buffer size in advance, use vsnprintf(NULL, 0, fmt, args) + 1.
*
* There is no support for floating point, and the C locale is assumed.