aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/warnings.h
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2018-09-24 05:25:00 -0700
committerFlorin Coras <florin.coras@gmail.com>2018-09-27 19:59:44 +0000
commitec11b13a21b2becc1d1bd746a04624d17b26583f (patch)
treef3b432a3713a8edd2041ff025157d7b0803be580 /src/vppinfra/warnings.h
parent7d426535b4e98731193cc0265b83f2336dcdf5b3 (diff)
Trivial: Cleanup some typos.
This is a new commit for code under a different maintainer. Change-Id: I79fa403fec6a312238a9a4b18b35dbcafaa05439 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vppinfra/warnings.h')
-rw-r--r--src/vppinfra/warnings.h6
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.