X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Farch%2Farm%2Frte_memcpy_32.h;fp=lib%2Flibrte_eal%2Fcommon%2Finclude%2Farch%2Farm%2Frte_memcpy_32.h;h=e4dafda1391b96c3beecffc971abb27f0a2448fd;hb=e32cb57973fc311b4b5f60ae5dac37d99e48c94d;hp=c3a26192f33c589bfa59beac51a27f825a009d18;hpb=82bf1caf5f93cd04c43b24a0bd9805b4fac1074a;p=dpdk.git diff --git a/lib/librte_eal/common/include/arch/arm/rte_memcpy_32.h b/lib/librte_eal/common/include/arch/arm/rte_memcpy_32.h index c3a26192f3..e4dafda139 100644 --- a/lib/librte_eal/common/include/arch/arm/rte_memcpy_32.h +++ b/lib/librte_eal/common/include/arch/arm/rte_memcpy_32.h @@ -225,7 +225,7 @@ rte_memcpy_func(void *dst, const void *src, size_t n) * We split the remaining bytes (which will be less than 256) into * 64byte (2^6) chunks. * Using incrementing integers in the case labels of a switch statement - * enourages the compiler to use a jump table. To get incrementing + * encourages the compiler to use a jump table. To get incrementing * integers, we shift the 2 relevant bits to the LSB position to first * get decrementing integers, and then subtract. */