[wwwdocs] Fix typo in description of tainted_args attribute

Message ID 20220909084244.3341995-1-jwakely@redhat.com
State New, archived
Headers
Series [wwwdocs] Fix typo in description of tainted_args attribute |

Commit Message

Jonathan Wakely Sept. 9, 2022, 8:42 a.m. UTC
  Pushed to wwwdocs.

---
 htdocs/gcc-12/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index c6dae27a..2cb5a654 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -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>