aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/string.h
diff options
context:
space:
mode:
authorIgor Mikhailov (imichail) <imichail@cisco.com>2019-05-13 12:04:04 -0700
committerDave Wallace <dwallacelf@gmail.com>2019-05-13 22:31:08 +0000
commit419e15f0c1205d27b4b9ae4fd4eaa516b8f4844d (patch)
tree399c23313fa126bd8329f868e7edcc54b479ce40 /src/vppinfra/string.h
parente6eefb6e3cbe4e36e15e51d8324fc950f0a65f62 (diff)
Fix typo
Change-Id: Ibc69195244bcc1e8e82c488fcd50b1eb2fcf81c0 Signed-off-by: Igor Mikhailov (imichail) <imichail@cisco.com>
Diffstat (limited to 'src/vppinfra/string.h')
-rw-r--r--src/vppinfra/string.h2
1 files changed, 1 insertions, 1 deletions
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