summaryrefslogtreecommitdiff
path: root/diag-control.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-02-24 03:29:00 -0800
committerGuy Harris <guy@alum.mit.edu>2018-02-24 03:29:00 -0800
commit18f8244c7d5707a5fd8ea8365f9a7050ee643616 (patch)
treec22639e0d9d402be16e9ab96924599422347f941 /diag-control.h
parent9f046527721ba1f1fa8cbc24485cda11b3158c25 (diff)
downloadlibpcap-18f8244c7d5707a5fd8ea8365f9a7050ee643616.tar.gz
Fix a tyqo.
Diffstat (limited to 'diag-control.h')
-rw-r--r--diag-control.h2
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.