summaryrefslogtreecommitdiff
path: root/scriptc/rs_atomic.rsh
diff options
context:
space:
mode:
Diffstat (limited to 'scriptc/rs_atomic.rsh')
-rw-r--r--scriptc/rs_atomic.rsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scriptc/rs_atomic.rsh b/scriptc/rs_atomic.rsh
index cc2b8d5e..0ab26ca4 100644
--- a/scriptc/rs_atomic.rsh
+++ b/scriptc/rs_atomic.rsh
@@ -89,9 +89,9 @@ extern int32_t __attribute__((overloadable))
* by rsAtomicCas() is compareValue.
*
* Parameters:
- * addr: The address of the value to compare and replace if the test passes.
- * compareValue: The value to test *addr against.
- * newValue: The value to write if the test passes.
+ * addr: Address of the value to compare and replace if the test passes.
+ * compareValue: Value to test *addr against.
+ * newValue: Value to write if the test passes.
*
* Returns: Value of *addr prior to the operation.
*/