diff options
Diffstat (limited to 'src/vppinfra/warnings.h')
-rw-r--r-- | src/vppinfra/warnings.h | 6 |
1 files changed, 3 insertions, 3 deletions
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. |