Message ID | 1304004042-8334-15-git-send-email-weil@mail.berlios.de |
---|---|
State | Accepted |
Headers | show |
diff --git a/hppa-dis.c b/hppa-dis.c index 49f99c8..a5760a9 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
Signed-off-by: Stefan Weil <weil@mail.berlios.de> --- hppa-dis.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)