From ec11b13a21b2becc1d1bd746a04624d17b26583f Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Mon, 24 Sep 2018 05:25:00 -0700 Subject: Trivial: Cleanup some typos. This is a new commit for code under a different maintainer. Change-Id: I79fa403fec6a312238a9a4b18b35dbcafaa05439 Signed-off-by: Paul Vinciguerra --- src/vppinfra/warnings.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vppinfra/warnings.h') diff --git a/src/vppinfra/warnings.h b/src/vppinfra/warnings.h index 61dcc44f95a..1d9f4b7d749 100644 --- a/src/vppinfra/warnings.h +++ b/src/vppinfra/warnings.h @@ -33,12 +33,12 @@ /* * Macros to toggle off/on warnings * - * Start by silenging pragma warnings so that we can explicitely silence + * Start by silencing pragma warnings so that we can explicitly silence * a warning introduced on some compiler version and not get a warning on older * versions of that same compiler. * - * gcc corresponding warnign is "Wpargma" - * clang corresponding warnign is "Wunknown-warning-option" + * gcc corresponding warning is "Wpargma" + * clang corresponding warning is "Wunknown-warning-option" * * For example, Wtautological-compare is introduced in gcc-6 and this would * trigger a Wpargma warning on gcc-5. -- cgit 1.2.3-korg