summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/strupr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strupr.c')
-rw-r--r--newlib/libc/string/strupr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/strupr.c b/newlib/libc/string/strupr.c
index d7f7c129d..3f346b840 100644
--- a/newlib/libc/string/strupr.c
+++ b/newlib/libc/string/strupr.c
@@ -15,8 +15,8 @@ TRAD_SYNOPSIS
char *<[a]>;
DESCRIPTION
- <<strupr>> converts each characters in the string at <[a]> to
- upper case.
+ <<strupr>> converts each character in the string at <[a]> to
+ uppercase.
RETURNS
<<strupr>> returns its argument, <[a]>.