aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-03-16 15:04:01 +0000
committeredolomb <none@example.com>2018-03-16 15:04:01 +0000
commit8e1851be0ef7d20563085907460f9bb77ed2ebba (patch)
tree65196448aa8c89452d4442caf78897d31dececc7 /demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies
parentafdfd60b9735a916cf91fbd7a1a4b0895a88a0ba (diff)
downloadChibiOS-8e1851be0ef7d20563085907460f9bb77ed2ebba.tar.gz
ChibiOS-8e1851be0ef7d20563085907460f9bb77ed2ebba.tar.bz2
ChibiOS-8e1851be0ef7d20563085907460f9bb77ed2ebba.zip
- Updated demos
- Minor changes git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11778 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies')
-rw-r--r--demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.c b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.c
index 53056a568..21cc9d28c 100644
--- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.c
+++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.c
@@ -87,7 +87,7 @@ static bool isOpValid(stub_op_t *op)
* @details It activates the channel between the stubs service and
* the skels daemon running in the nsec world.
* To do it, it uses an event to signal the skels
- * daemon that a new op request is ready to be executed.
+ * daemons that a new op request is ready to be executed.
* The skels daemon will then, behind the scenes, gets the op calling,
* via smc, the stubs service. The skel executes it and then calls the
* stubs service again to post the result and to wake up the
@@ -151,7 +151,7 @@ THD_FUNCTION(TsStubsService, tsstate) {
switch (skrp->req) {
case SKEL_REQ_GETOP:
- /* The nsec skel calls us to get a new op ready to be executed.*/
+ /* The nsec skeleton calls us to get a new op ready to be executed.*/
if (chFifoReceiveObjectTimeout(&ops_fifo, (void **)&op, TIME_IMMEDIATE) ==
MSG_TIMEOUT) {
r = SMC_SVC_NHND;