mirror of https://github.com/FOME-Tech/openblt.git
Refs #316. Corrected minor typo in comment.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@319 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
28f9bc71a3
commit
0b181a8608
|
@ -42,7 +42,7 @@
|
|||
/** \brief Flag to determine if the critical section object was already initialized. */
|
||||
static bool criticalSectionInitialized = false;
|
||||
|
||||
/** \brief Crital section nesting counter. ***/
|
||||
/** \brief Critical section nesting counter. ***/
|
||||
static uint32_t criticalSectionNesting;
|
||||
|
||||
/** \brief Critical section object. */
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
/** \brief Flag to determine if the critical section object was already initialized. */
|
||||
static bool criticalSectionInitialized = false;
|
||||
|
||||
/** \brief Crital section nesting counter. ***/
|
||||
/** \brief Critical section nesting counter. ***/
|
||||
static uint32_t criticalSectionNesting;
|
||||
|
||||
/** \brief Critical section object. */
|
||||
|
|
Loading…
Reference in New Issue