diff options
author | Guy Harris <guy@alum.mit.edu> | 2015-12-06 13:44:33 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2015-12-06 13:44:33 -0800 |
commit | bb9f3582c3b50b04f24d1007736a80190ac64fe3 (patch) | |
tree | 53416240e9bbfd20a63c08f8d365c4a366752a21 /scanner.l | |
parent | 2f7ce6d6fae3462593bc9582ce7fc78c435d2ace (diff) |
Fix typo.
Diffstat (limited to 'scanner.l')
-rw-r--r-- | scanner.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |