aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-12-02 10:23:56 +0100
committerCorinna Vinschen <corinna@vinschen.de>2015-12-02 10:23:56 +0100
commit8e6213210d7ef4af4ef46876ee81a17b55bf6706 (patch)
tree6e181892b1572578fc17ee5f327ac2c95837281b
parente7414a317af672144940ba405d3d890227ddb176 (diff)
downloadnewlib-8e6213210d7ef4af4ef46876ee81a17b55bf6706.zip
newlib-8e6213210d7ef4af4ef46876ee81a17b55bf6706.tar.gz
newlib-8e6213210d7ef4af4ef46876ee81a17b55bf6706.tar.bz2
miscfuncs.cc: Fix typos in comment
-rw-r--r--winsup/cygwin/miscfuncs.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/miscfuncs.cc b/winsup/cygwin/miscfuncs.cc
index 4794d31..cb34596 100644
--- a/winsup/cygwin/miscfuncs.cc
+++ b/winsup/cygwin/miscfuncs.cc
@@ -898,8 +898,8 @@ err:
}
#ifdef __x86_64__
-/* These functions are almost verbatim FreeBSD code (even if ther header of
- one file mentioneds NetBSD), just wrapped in the minimum required code to
+/* These functions are almost verbatim FreeBSD code (even if the header of
+ one file mentiones NetBSD), just wrapped in the minimum required code to
make them work with the MS AMD64 ABI.
See FreeBSD src/lib/libc/amd64/string/memset.S
and FreeBSD src/lib/libc/amd64/string/bcopy.S */