diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-04-21 19:13:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-04-21 19:13:15 +0000 |
commit | 2ac6f8cea2f624be0ea63f936a3fb2b3aaafdf14 (patch) | |
tree | 92e499077381e231352e1ff0f0d178faab2a6520 | |
parent | eed7ba7548dd95b01a8b6f51216442656d001ee6 (diff) |
Correct a wrong comment.
-rw-r--r-- | sys/arch/mips64/include/mips_opcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/mips_opcode.h b/sys/arch/mips64/include/mips_opcode.h index fadd9c972b0..816fcd6eb23 100644 --- a/sys/arch/mips64/include/mips_opcode.h +++ b/sys/arch/mips64/include/mips_opcode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mips_opcode.h,v 1.6 2011/03/23 16:54:36 pirofti Exp $ */ +/* $OpenBSD: mips_opcode.h,v 1.7 2012/04/21 19:13:14 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -274,7 +274,7 @@ typedef union { #define OP_DSRA32 077 /* - * Values for the 'func' field when 'op' == OP_BCOND. + * Values for the 'rt' field when 'op' == OP_BCOND. */ #define OP_BLTZ 000 #define OP_BGEZ 001 |