opcodes: bpf-dis.c: fix typo in comment

This commit is contained in:
Jose E. Marchesi 2023-10-28 06:44:44 +02:00
parent c62e5702f6
commit 8b476884c3

View File

@ -32,7 +32,7 @@
/* This disassembler supports two different syntaxes for BPF assembly.
One is called "normal" and has the typical form for assembly
languages, with mnemonics and the like. The othe is called
languages, with mnemonics and the like. The other is called
"pseudoc" and looks like C. */
enum bpf_dialect