aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2023-10-28 06:44:44 +0200
committerJose E. Marchesi <jose.marchesi@oracle.com>2023-10-28 06:44:44 +0200
commit8b476884c3c0b6fc5bafd018f172c2607c69b6b7 (patch)
treeaf4543fcac05af002857f75ee1ac7344a6003409
parentc62e5702f628013c1eea0c40827a3f9918f9b1c4 (diff)
downloadfsf-binutils-gdb-8b476884c3c0b6fc5bafd018f172c2607c69b6b7.zip
fsf-binutils-gdb-8b476884c3c0b6fc5bafd018f172c2607c69b6b7.tar.gz
fsf-binutils-gdb-8b476884c3c0b6fc5bafd018f172c2607c69b6b7.tar.bz2
opcodes: bpf-dis.c: fix typo in comment
-rw-r--r--opcodes/bpf-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/bpf-dis.c b/opcodes/bpf-dis.c
index 1b1a532..35117f3 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