> CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org 2013/06/15 13:45:26 > > Modified files: > sys/lib/libkern/arch/i386: memmove.S > > Log message: > Fix evil typo causing the wrong pointer to be returned for < 32 bytes > memcpy() or memmove().
Err; actually this should read "for non-overlapping" instead of "for < 32 bytes".