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:
Frank Voorburg 2017-07-30 11:15:13 +00:00
parent 28f9bc71a3
commit 0b181a8608
2 changed files with 2 additions and 2 deletions

View File

@ -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. */

View File

@ -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. */