summaryrefslogtreecommitdiff
path: root/bpf_parser.y
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-02-09 11:17:02 +0100
committerTobias Klauser <tklauser@distanz.ch>2017-02-09 11:19:02 +0100
commitcea206c94f02e69c3148c6b2267370c36e530852 (patch)
tree826c4b3b2b1db757693de82f40d1446aaf85aa69 /bpf_parser.y
parent419f752e7989e72deaba560fba0c3c6e990225ac (diff)
make: Fix spelling yaac -> yacc
The parser generator's name is yacc, not yaac. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpf_parser.y')
-rw-r--r--bpf_parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpf_parser.y b/bpf_parser.y
index 3008fd5..73ab099 100644
--- a/bpf_parser.y
+++ b/bpf_parser.y
@@ -6,7 +6,7 @@
* Subject to the GPL, version 2.
*/
-/* yaac-func-prefix: yy */
+/* yacc-func-prefix: yy */
%{