examples/dpdk_qat: fix build error message
[dpdk.git] / examples / dpdk_qat / Makefile
index f1e06a1..01d61bc 100644 (file)
@@ -53,7 +53,7 @@ ifeq ($(CROSS_COMPILE),)
         ifneq ($(LBITS),i686)
         $(error The RTE_TARGET chosen is not compatible with this environment \
         (x86_64), for this application. Please change the definition of the \
-        RTE_TARGET environment variable, or run the application on a 32-bit OS)
+        RTE_TARGET environment variable, or run the application on a i686 OS)
         endif
     endif
 endif