diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-04-28 17:20:39 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-05-08 10:02:18 +0100 |
commit | 9cbc67fefee6008f7ea90f13093b4328f99f545d (patch) | |
tree | fd099d5e98c0c53eb66816e267e520f1e87f7b74 /hppa-dis.c | |
parent | a1c7273b82dc084d85e2344e0562f5ee4e414d59 (diff) |
Fix typo in comment (relevent -> relevant)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hppa-dis.c')
-rw-r--r-- | hppa-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hppa-dis.c b/hppa-dis.c index 49f99c8d9..a5760a958 100644 --- a/hppa-dis.c +++ b/hppa-dis.c @@ -1645,7 +1645,7 @@ static const char *const fp_reg_names[] = typedef unsigned int CORE_ADDR; -/* Get at various relevent fields of an instruction word. */ +/* Get at various relevant fields of an instruction word. */ #define MASK_5 0x1f #define MASK_10 0x3ff |