summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-16 16:41:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-16 16:41:23 +0200
commit4c59ac47c2789680310d7a44801039c7336a59b8 (patch)
treedb00b1101aac66776bb80c778a23f5e20f98f443
parentspec: Document rtems_task_construct(), ... (diff)
downloadrtems-central-4c59ac47c2789680310d7a44801039c7336a59b8.tar.bz2
spec: Fix typo
-rw-r--r--spec/rtems/task/if/construct.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rtems/task/if/construct.yml b/spec/rtems/task/if/construct.yml
index 867aee1d..b8828c38 100644
--- a/spec/rtems/task/if/construct.yml
+++ b/spec/rtems/task/if/construct.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Creates a task from the specified the task configuration.
+ Constructs a task from the specified the task configuration.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition: