[rtems commit] score: Typo
Sebastian Huber
sebh at rtems.org
Wed Apr 30 06:24:50 UTC 2014
Module: rtems
Branch: master
Commit: dabf42349e1e5ecb6b86692236a4c0ea4ac6759e
Changeset: http://git.rtems.org/rtems/commit/?id=dabf42349e1e5ecb6b86692236a4c0ea4ac6759e
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Apr 29 13:16:06 2014 +0200
score: Typo
---
cpukit/score/include/rtems/score/percpu.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h
index a1b0a38..12c5b1d 100644
--- a/cpukit/score/include/rtems/score/percpu.h
+++ b/cpukit/score/include/rtems/score/percpu.h
@@ -311,7 +311,7 @@ typedef struct Per_CPU_Control {
/**
* @brief Indicates the current state of the CPU.
*
- * This field is not protected by the _Per_CPU_State_lock lock.
+ * This field is protected by the _Per_CPU_State_lock lock.
*
* @see _Per_CPU_State_change().
*/
More information about the vc
mailing list