summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/string/strncat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strncat.c b/newlib/libc/string/strncat.c
index d31a0302c..2f5a061bf 100644
--- a/newlib/libc/string/strncat.c
+++ b/newlib/libc/string/strncat.c
@@ -7,7 +7,7 @@ INDEX
ANSI_SYNOPSIS
#include <string.h>
- char *strncat(char *<restrict [dst]>, const char *<restrict [src]>,
+ char *strncat(char *restrict <[dst]>, const char *restrict <[src]>,
size_t <[length]>);
TRAD_SYNOPSIS