Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80416fb4 authored by SeongJae Park's avatar SeongJae Park Committed by Jonathan Corbet
Browse files

kokr/memory-barriers.txt: Fix typo in paring example



This commit applies an upstream change, commit d92f842b
("memory-barriers.txt: Fix typo in pairing example") to the Korean
translation.

Signed-off-by: default avatarSeongJae Park <sj38.park@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 578152da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -953,7 +953,7 @@ ACQUIRE 배리어, RELEASE 배리어, 또는 범용 배리어와 짝을 맞추
	===============	      ===============================
	r1 = READ_ONCE(y);
	<범용 배리어>
	WRITE_ONCE(y, 1);     if (r2 = READ_ONCE(x)) {
	WRITE_ONCE(x, 1);     if (r2 = READ_ONCE(x)) {
			         <묵시적 컨트롤 의존성>
			         WRITE_ONCE(y, 1);
			      }