miscfuncs.cc: Fix typos in comment

This commit is contained in:
Corinna Vinschen 2015-12-02 10:23:56 +01:00
parent e7414a317a
commit 8e6213210d
1 changed files with 2 additions and 2 deletions

View File

@ -898,8 +898,8 @@ err:
} }
#ifdef __x86_64__ #ifdef __x86_64__
/* These functions are almost verbatim FreeBSD code (even if ther header of /* These functions are almost verbatim FreeBSD code (even if the header of
one file mentioneds NetBSD), just wrapped in the minimum required code to one file mentiones NetBSD), just wrapped in the minimum required code to
make them work with the MS AMD64 ABI. make them work with the MS AMD64 ABI.
See FreeBSD src/lib/libc/amd64/string/memset.S See FreeBSD src/lib/libc/amd64/string/memset.S
and FreeBSD src/lib/libc/amd64/string/bcopy.S */ and FreeBSD src/lib/libc/amd64/string/bcopy.S */