From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B12E19A88 for ; Fri, 12 Feb 2016 10:16:34 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 12 Feb 2016 01:16:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,435,1449561600"; d="scan'208";a="910606256" Received: from sie-lab-212-116.ir.intel.com ([10.237.212.116]) by orsmga002.jf.intel.com with ESMTP; 12 Feb 2016 01:16:33 -0800 From: Pablo de Lara To: declan.doherty@intel.com Date: Fri, 12 Feb 2016 09:17:25 +0000 Message-Id: <1455268645-10864-5-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1455268645-10864-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1454574393-12224-1-git-send-email-pablo.de.lara.guarch@intel.com> <1455268645-10864-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v3 4/4] l2fwd-crypto: fix typos X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 09:16:35 -0000 Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application") Signed-off-by: Pablo de Lara --- examples/l2fwd-crypto/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c index b4b457d..4d5a5a4 100644 --- a/examples/l2fwd-crypto/main.c +++ b/examples/l2fwd-crypto/main.c @@ -981,9 +981,9 @@ l2fwd_crypto_options_print(struct l2fwd_crypto_options *options) switch (options->cdev_type) { case RTE_CRYPTODEV_AESNI_MB_PMD: - printf("crytpodev type: AES-NI MB PMD\n"); break; + printf("cryptodev type: AES-NI MB PMD\n"); break; case RTE_CRYPTODEV_QAT_PMD: - printf("crytpodev type: QAT PMD\n"); break; + printf("cryptodev type: QAT PMD\n"); break; default: break; } -- 2.5.0