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/unformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vppinfra/unformat.c') diff --git a/src/vppinfra/unformat.c b/src/vppinfra/unformat.c index e30c6d34c22..365cdb15700 100644 --- a/src/vppinfra/unformat.c +++ b/src/vppinfra/unformat.c @@ -167,7 +167,7 @@ di (unformat_input_t * i) #endif /* Parse delimited vector string. If string starts with { then string - is delimited by balenced parenthesis. Other string is delimited by + is delimited by balanced parenthesis. Other string is delimited by white space. {} were chosen since they are special to the shell. */ static uword unformat_string (unformat_input_t * input, -- cgit 1.2.3-korg