diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-02-24 03:29:00 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-02-24 03:29:00 -0800 |
commit | 18f8244c7d5707a5fd8ea8365f9a7050ee643616 (patch) | |
tree | c22639e0d9d402be16e9ab96924599422347f941 /diag-control.h | |
parent | 9f046527721ba1f1fa8cbc24485cda11b3158c25 (diff) | |
download | libpcap-18f8244c7d5707a5fd8ea8365f9a7050ee643616.tar.gz |
Fix a tyqo.
Diffstat (limited to 'diag-control.h')
-rw-r--r-- | diag-control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diag-control.h b/diag-control.h index 073febce..dc8494f7 100644 --- a/diag-control.h +++ b/diag-control.h @@ -38,7 +38,7 @@ #include "pcap/compiler-tests.h" /* - * Berkeley YACC gemerates a global declaration of yylval, or the + * Berkeley YACC generates a global declaration of yylval, or the * appropriately prefixed version of yylval, in grammar.h, *even * though it's been told to generate a pure parser, meaning it * doesn't have any global variables*. Bison doesn't do this. |