summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadmp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/threadmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/threadmp.h b/cpukit/score/include/rtems/score/threadmp.h
index d187f69398..f3a3840f5d 100644
--- a/cpukit/score/include/rtems/score/threadmp.h
+++ b/cpukit/score/include/rtems/score/threadmp.h
@@ -1,4 +1,4 @@
-/**
+/**
* @file rtems/score/threadmp.h
*
* This include file contains the specification for all routines
@@ -22,7 +22,7 @@
/**
* @defgroup ScoreThreadMP Thread Handler Multiprocessing Support
*
- * This handler encapsulates functionality which is related to managing
+ * This handler encapsulates functionality which is related to managing
* threads in a multiprocessor system configuration. This handler must
* manage proxies which represent remote threads blocking on local
* operations.