X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvppinfra%2Fstring.c;h=bf6b24894e2814b3937b3a8d3c0cfe97bd6326bb;hb=b0d2eda75a268f6afc2b08080a3e00b0a3295702;hp=feae5b9165c042d8875ebe49c121da200cb17d64;hpb=b0598497afde60146fe8480331c9f96e7a79475a;p=vpp.git diff --git a/src/vppinfra/string.c b/src/vppinfra/string.c index feae5b9165c..bf6b24894e2 100644 --- a/src/vppinfra/string.c +++ b/src/vppinfra/string.c @@ -385,7 +385,7 @@ strncat_s (char *__restrict__ dest, rsize_t dmax, * s1max and ptr are modified to contain the state * null runtime constraint error or token is not found * - * @example + * Example: * char *str2 = " "; * char str1[100]; * uword len; @@ -457,7 +457,7 @@ strnlen_s (const char *s, size_t maxsize) * EINVAL runtime constraint error * ESRCH no match * - * @example + * Example: * char *sub = 0; * char *s1 = "success is not final, failure is not fatal."; *