Browse Source

Typo

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1402 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.62
sletz 18 years ago
parent
commit
6c798956a2
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      common/JackAtomicArrayState.h

+ 4
- 4
common/JackAtomicArrayState.h View File

@@ -162,8 +162,8 @@ class JackAtomicArrayState
}

/*!
\brief Tries to switch to the next state and returns the new current state (either the same as before if case of switch failure or the new one)
*/
\brief Tries to switch to the next state and returns the new current state (either the same as before if case of switch failure or the new one)
*/

T* TrySwitchState(int state)
{
@@ -202,8 +202,8 @@ class JackAtomicArrayState
}

/*!
\brief Start write operation : setup and returns the next state to update, check for recursive write calls.
*/
\brief Start write operation : setup and returns the next state to update, check for recursive write calls.
*/

T* WriteNextStateStart(int state)
{


Loading…
Cancel
Save