summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-11 15:38:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-11 15:38:32 +0000
commit7a5a885e94dc115672e04e8cade00569f606562b (patch)
tree77e3394b66a3b41a8f6d9877b82c1dc8cd9f9655 /cpukit/score
parent2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7a5a885e94dc115672e04e8cade00569f606562b.tar.bz2
2011-02-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
* score/include/rtems/score/context.h: Spacing.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/score/context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/context.h b/cpukit/score/include/rtems/score/context.h
index 8c1a1021e0..cdef1d3fa5 100644
--- a/cpukit/score/include/rtems/score/context.h
+++ b/cpukit/score/include/rtems/score/context.h
@@ -5,7 +5,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2006.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -45,6 +45,7 @@ extern "C" {
/**
* @brief Initialize Context Area
+ *
* This routine initializes @a _the_context such that the stack
* pointer, interrupt level, and entry point are correct for the
* thread's initial state.