Skip to content

Commit

Permalink
Correct a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed May 15, 2018
1 parent dd0e960 commit 2b812ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/include/sync0types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)! */
Expand Down

0 comments on commit 2b812ab

Please sign in to comment.