projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62e570
)
opcodes: bpf-dis.c: fix typo in comment
author
Jose E. Marchesi
<jose.marchesi@oracle.com>
Sat, 28 Oct 2023 04:44:44 +0000
(06:44 +0200)
committer
Jose E. Marchesi
<jose.marchesi@oracle.com>
Sat, 28 Oct 2023 04:44:44 +0000
(06:44 +0200)
opcodes/bpf-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/bpf-dis.c
b/opcodes/bpf-dis.c
index 1b1a532df7416c8aa90be5182ff67aa4fed8eeaf..35117f3be21d887b1e91f63e7f8b477d4b676b31 100644
(file)
--- 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 othe
r
is called
"pseudoc" and looks like C. */
enum bpf_dialect