Skip to content

Commit 9d6cec0

Browse files
committed
Typo
1 parent 5897792 commit 9d6cec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ The field should at least be `volatile` to ensure eventual visibility of concurr
419419
https://wiki.sei.cmu.edu/confluence/display/java/VNA00-J.+Ensure+visibility+when+accessing+shared+primitive+variables)
420420
for more details and examples.
421421

422-
Even if the respective field if `volatile`, busy waiting for a condition in a loop can be abused
422+
Even if the respective field is `volatile`, busy waiting for a condition in a loop can be abused
423423
easily and therefore should be justified in a comment: see [NB.4](#justify-busy-wait).
424424

425425
[Dc.10](#plain-field) also demands adding explaining comments to mutable fields which are neither

0 commit comments

Comments
 (0)