Skip to content

Commit 1e34019

Browse files
committed
spelling: obtain
Signed-off-by: Josh Soref <[email protected]>
1 parent 0c3eb53 commit 1e34019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-362/double-fetch.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Linux kernel double-fetch vulnerability detection
33
* @description Double-fetch is a very common vulnerability pattern
44
* in linux kernel, attacker can exploit double-fetch
5-
* issues to obatain root privilege.
5+
* issues to obtain root privilege.
66
* Double-fetch is caused by fetching data from user
77
* mode by calling copy_from_user twice, CVE-2016-6480
88
* is quite a good example for your information.

0 commit comments

Comments
 (0)