X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fdecompress_unxz.c;h=f7a3dc13316a32fb5c26bf7a8b75b123dca44a34;hb=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;hp=a2f38e23004aa7ff0601340a6829597b355681a2;hpb=927bc120a248b658acc2f5206ec4e81a794d8a57;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/lib/decompress_unxz.c b/lib/decompress_unxz.c index a2f38e2..f7a3dc13 100644 --- a/lib/decompress_unxz.c +++ b/lib/decompress_unxz.c @@ -167,7 +167,7 @@ * memeq and memzero are not used much and any remotely sane implementation * is fast enough. memcpy/memmove speed matters in multi-call mode, but * the kernel image is decompressed in single-call mode, in which only - * memcpy speed can matter and only if there is a lot of uncompressible data + * memmove speed can matter and only if there is a lot of uncompressible data * (LZMA2 stores uncompressible chunks in uncompressed form). Thus, the * functions below should just be kept small; it's probably not worth * optimizing for speed.