Skip to content

Commit 22141e3

Browse files
committed
spelling: necessary
Signed-off-by: Josh Soref <[email protected]>
1 parent 4e22033 commit 22141e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Likely Bugs/Concurrency/DoubleCheckedLockingShared.inc.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runtime.
6262
<p>
6363
The code above should be rewritten to both use <code>volatile</code> and finish
6464
all initialization before <code>f</code> is updated. Additionally, a local
65-
variable can be used to avoid reading the field more times than neccessary.
65+
variable can be used to avoid reading the field more times than necessary.
6666
</p>
6767
<sample src="DoubleCheckedLockingGood.java"/>
6868

0 commit comments

Comments
 (0)