target: fix minor typos and duplicated words
Change-Id: I8deb0017dc66a243e3dd51e285aa086db500decd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5766 Tested-by: jenkins
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
/** Returns the kernel segment base of a given address */
|
||||
#define KSEGX(a) ((a) & 0xe0000000)
|
||||
|
||||
/** CP0 CONFIG regites fields */
|
||||
/** CP0 CONFIG register fields */
|
||||
#define MIPS32_CONFIG0_KU_SHIFT 25
|
||||
#define MIPS32_CONFIG0_KU_MASK (0x7 << MIPS32_CONFIG0_KU_SHIFT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user