[COMMITTED] opcodes: bpf-dis.c: fix typo in comment

Message ID 20231028044531.9416-1-jose.marchesi@oracle.com
State New
Headers
Series [COMMITTED] opcodes: bpf-dis.c: fix typo in comment |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_check--master-arm warning Patch is already merged

Commit Message

Jose E. Marchesi Oct. 28, 2023, 4:45 a.m. UTC
  ---
 opcodes/bpf-dis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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