From dabf42349e1e5ecb6b86692236a4c0ea4ac6759e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 29 Apr 2014 13:16:06 +0200 Subject: score: Typo --- cpukit/score/include/rtems/score/percpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h index a1b0a38900..12c5b1d3d1 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(). */ -- cgit v1.2.3