From: Jose E. Marchesi Date: Sat, 28 Oct 2023 04:44:44 +0000 (+0200) Subject: opcodes: bpf-dis.c: fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b476884c3c0b6fc5bafd018f172c2607c69b6b7;p=binutils-gdb.git opcodes: bpf-dis.c: fix typo in comment --- diff --git a/opcodes/bpf-dis.c b/opcodes/bpf-dis.c index 1b1a532df74..35117f3be21 100644 --- a/opcodes/bpf-dis.c +++ b/opcodes/bpf-dis.c @@ -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