diff options
author | schweikh <schweikh@FreeBSD.org> | 2002-06-02 20:05:59 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2002-06-02 20:05:59 +0000 |
commit | 28bcbfe85d38c560248dd8166be09f8d94775502 (patch) | |
tree | d4dd7648d0011a1f104ed13c2a2bcb8aa83b9690 /lib/libc/i386/string/strcat.S | |
parent | 02c58f2a49bcc83ec20b8339fc47226e48a52555 (diff) | |
download | FreeBSD-src-28bcbfe85d38c560248dd8166be09f8d94775502.zip FreeBSD-src-28bcbfe85d38c560248dd8166be09f8d94775502.tar.gz |
Fix typo in the BSD copyright: s/withough/without/
Spotted and suggested by: des
MFC after: 3 weeks
Diffstat (limited to 'lib/libc/i386/string/strcat.S')
-rw-r--r-- | lib/libc/i386/string/strcat.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/string/strcat.S b/lib/libc/i386/string/strcat.S index 5155147..3a667ca 100644 --- a/lib/libc/i386/string/strcat.S +++ b/lib/libc/i386/string/strcat.S @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Winning Strategies, Inc. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |