Commit 2b812abd authored by Marko Mäkelä's avatar Marko Mäkelä

Correct a comment

parent dd0e960f
......@@ -1221,7 +1221,7 @@ struct MY_ALIGNED(CPU_LEVEL1_DCACHE_LINESIZE) simple_atomic_counter
/** Add to the counter
@param[in] i amount to be added
@return the value of the counter after adding */
@return the value of the counter before adding */
Type add(Type i) { return my_atomic_addlint(&m_counter, i); }
/** @return the value of the counter (non-atomic access)! */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment