aboutsummaryrefslogtreecommitdiff
path: root/scanner.l
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-12-06 13:44:33 -0800
committerGuy Harris <guy@alum.mit.edu>2015-12-06 13:44:33 -0800
commitbb9f3582c3b50b04f24d1007736a80190ac64fe3 (patch)
tree53416240e9bbfd20a63c08f8d365c4a366752a21 /scanner.l
parent2f7ce6d6fae3462593bc9582ce7fc78c435d2ace (diff)
Fix typo.
Diffstat (limited to 'scanner.l')
-rw-r--r--scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanner.l b/scanner.l
index 1590926d..3dbe0367 100644
--- a/scanner.l
+++ b/scanner.l
@@ -82,7 +82,7 @@
#include "grammar.h"
/*
- * Earlier versions of Flex dsn't declare these, so we declare them
+ * Earlier versions of Flex don't declare these, so we declare them
* ourselves to squelch warnings.
*/
int pcap_get_column(yyscan_t);