diff options
Diffstat (limited to 'soltools/cpp/_macro.c')
-rw-r--r-- | soltools/cpp/_macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/_macro.c b/soltools/cpp/_macro.c index e8b87d002f4c..8a89e9379d36 100644 --- a/soltools/cpp/_macro.c +++ b/soltools/cpp/_macro.c @@ -577,7 +577,7 @@ void { if (len + ntp->len + ntp->wslen > sizeof(tt)) { - error(ERROR, "## string concatination buffer overrun"); + error(ERROR, "## string concatenation buffer overrun"); break; } |