From 419e15f0c1205d27b4b9ae4fd4eaa516b8f4844d Mon Sep 17 00:00:00 2001 From: "Igor Mikhailov (imichail)" Date: Mon, 13 May 2019 12:04:04 -0700 Subject: Fix typo Change-Id: Ibc69195244bcc1e8e82c488fcd50b1eb2fcf81c0 Signed-off-by: Igor Mikhailov (imichail) --- src/vppinfra/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vppinfra/string.h') diff --git a/src/vppinfra/string.h b/src/vppinfra/string.h index d64df8e5602..a3db9264cac 100644 --- a/src/vppinfra/string.h +++ b/src/vppinfra/string.h @@ -216,7 +216,7 @@ memset_s_inline (void *s, rsize_t smax, int c, rsize_t n) static_always_inline void clib_memcpy_le (u8 * dst, u8 * src, u8 len, u8 max_len) { -#if defined (CLIB_HxAVE_VEC256) +#if defined (CLIB_HAVE_VEC256) u8x32 s0, s1, d0, d1; u8x32 mask = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 -- cgit 1.2.3-korg