From 781a9b73fe463f0786f680a1aaaf2d3646458a2d Mon Sep 17 00:00:00 2001 From: "REDMOND\\brodes" Date: Wed, 23 Oct 2024 15:29:22 -0400 Subject: [PATCH] Typo --- cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll b/cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll index 83316a42b5b6..738b4165342f 100644 --- a/cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll +++ b/cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll @@ -19,7 +19,7 @@ newtype TException = TCxxException() /** - * Functions with information about how an exception is throwwn or if one is thrown at all. + * Functions with information about how an exception is thrown or if one is thrown at all. * If throwing details conflict for the same function, IR is assumed * to use the most restricted interpretation, meaning taking options * that stipulate no exception is raised, before the exception is always raised,