[wwwdocs] Fix typo in description of tainted_args attribute
Commit Message
Pushed to wwwdocs.
---
htdocs/gcc-12/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -988,7 +988,7 @@ function Multiply (S1, S2 : Sign) return Sign is
added to the C and C++ frontends, usable on functions, and on
function pointer callback fields in structs. The analyzer's taint
mode will treat all parameters and buffers pointed to by parameters
- of such functions as being attacked-controlled, such as for
+ of such functions as being attacker-controlled, such as for
annotating system calls in an operating system kernel as being an
"attack surface".
</p>