summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/lm32/rtems/score/cpu.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-01 10:20:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-03 11:13:26 +0200
commitf570b0719919c923b217f83ce6664cb4bd2f99eb (patch)
treec0b774103f634ad916bc3f361c76039eef345a96 /cpukit/score/cpu/lm32/rtems/score/cpu.h
parentscore: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USE (diff)
downloadrtems-f570b0719919c923b217f83ce6664cb4bd2f99eb.tar.bz2
score: Rename Priority_bit_map_Control
Rename Priority_bit_map_Control in Priority_bit_map_Word.
Diffstat (limited to 'cpukit/score/cpu/lm32/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/lm32/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/lm32/rtems/score/cpu.h b/cpukit/score/cpu/lm32/rtems/score/cpu.h
index 3956c70b03..8e03245eb1 100644
--- a/cpukit/score/cpu/lm32/rtems/score/cpu.h
+++ b/cpukit/score/cpu/lm32/rtems/score/cpu.h
@@ -950,7 +950,7 @@ extern char _gp[];
/**
* This routine sets @a _output to the bit number of the first bit
* set in @a _value. @a _value is of CPU dependent type
- * @a Priority_bit_map_Control. This type may be either 16 or 32 bits
+ * @a Priority_bit_map_Word. This type may be either 16 or 32 bits
* wide although only the 16 least significant bits will be used.
*
* There are a number of variables in using a "find first bit" type