Skip to content

Commit f9c66b6

Browse files
committed
f
1 parent c1d8609 commit f9c66b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kernel/common/src/atomic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ZTEST_USER(atomic, test_atomic)
130130
"atomic_ptr_cas");
131131
zassert_true((ptr_target == ptr_value), "atomic_ptr_cas");
132132

133-
/* atomic_add() */
133+
/* atomic_add() */
134134
target = 1;
135135
value = 2;
136136
zassert_true((atomic_add(&target, value) == 1), "atomic_add");

0 commit comments

Comments
 (0)