Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/arch/i386/string
Module Name: src
Committed By: rpaulo
Date: Tue Aug 2 14:25:40 UTC 2005
Modified Files:
src/lib/libc/arch/i386/string: memchr.S strcmp.S strlen.S swab.S
Log Message:
Fix typos found by Giorgos Keramid and Steve Kargl on freebsd-arch mailing
list. They were found on libc x86_64 MD code, but I noticed that they are
present on i386 too.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libc/arch/i386/string/memchr.S
cvs rdiff -r1.16 -r1.17 src/lib/libc/arch/i386/string/strcmp.S
cvs rdiff -r1.10 -r1.11 src/lib/libc/arch/i386/string/strlen.S
cvs rdiff -r1.11 -r1.12 src/lib/libc/arch/i386/string/swab.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index