diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-23 09:21:45 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-23 09:21:45 +0000 |
commit | 2c413e733d90d85ce422528cedb5cf8541536bcb (patch) | |
tree | 09b30f95824b636937ff7a806c61225fbd873131 /os/common/ext | |
parent | e50143cb73ee4995bde26138ce94f1e5b8720164 (diff) | |
download | ChibiOS-2c413e733d90d85ce422528cedb5cf8541536bcb.tar.gz ChibiOS-2c413e733d90d85ce422528cedb5cf8541536bcb.tar.bz2 ChibiOS-2c413e733d90d85ce422528cedb5cf8541536bcb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8929 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ext')
-rw-r--r-- | os/common/ext/nasa-osal/src/osapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/ext/nasa-osal/src/osapi.c b/os/common/ext/nasa-osal/src/osapi.c index e914196d0..6e54a7115 100644 --- a/os/common/ext/nasa-osal/src/osapi.c +++ b/os/common/ext/nasa-osal/src/osapi.c @@ -248,7 +248,7 @@ int32 OS_Milli2Ticks(uint32 milli_seconds) { *
* @param[out] sem_id pointer to a binary semaphore id variable
* @param[in] sem_name the binary semaphore name
- * @param[in] sem_initial_value semaphore intial value
+ * @param[in] sem_initial_value semaphore initial value
* @param[in] options semaphore options
* @return An error code.
*
@@ -520,7 +520,7 @@ int32 OS_BinSemGetInfo(uint32 sem_id, OS_bin_sem_prop_t *bin_prop) { *
* @param[out] sem_id pointer to a counter semaphore id variable
* @param[in] sem_name the counter semaphore name
- * @param[in] sem_initial_value semaphore intial value
+ * @param[in] sem_initial_value semaphore initial value
* @param[in] options semaphore options
* @return An error code.
*
|