opcodes: bpf-dis.c: fix typo in comment
authorJose E. Marchesi <jose.marchesi@oracle.com>
Sat, 28 Oct 2023 04:44:44 +0000 (06:44 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Sat, 28 Oct 2023 04:44:44 +0000 (06:44 +0200)
opcodes/bpf-dis.c

index 1b1a532df7416c8aa90be5182ff67aa4fed8eeaf..35117f3be21d887b1e91f63e7f8b477d4b676b31 100644 (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