From: Mark Wooding Date: Fri, 26 Jul 2019 23:47:13 +0000 (+0100) Subject: lib/keyword.h: Fix typo in commentary. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/c5161e0adbe003b215a7fb3a6bc705de1858113e lib/keyword.h: Fix typo in commentary. --- diff --git a/lib/keyword.h b/lib/keyword.h index 432fbd1..07ff783 100644 --- a/lib/keyword.h +++ b/lib/keyword.h @@ -158,7 +158,7 @@ extern kw_unkhookfn *kw_unkhook; /* Slight hack. The @KWCALL@ macro sets GCC and similar compilers up to * check for a sentinal null pointer at the end of the variable-length * argument tail. Alas, if there are no keywords at all, then the null - * terminator ends up in the @kwfirst_@ argument, and the tail is propetly + * terminator ends up in the @kwfirst_@ argument, and the tail is properly * empty, with the result that the compiler gives an annoying warning. * Supplying an extra argument here is obviously harmless, and makes the * otherwise useful warning go away in this case where it's not wanted.