diff --git a/cpp/ql/src/semmle/code/cpp/Variable.qll b/cpp/ql/src/semmle/code/cpp/Variable.qll index d12f9394bfe..b30b2b8db0a 100644 --- a/cpp/ql/src/semmle/code/cpp/Variable.qll +++ b/cpp/ql/src/semmle/code/cpp/Variable.qll @@ -4,10 +4,9 @@ import semmle.code.cpp.Initializer private import semmle.code.cpp.internal.ResolveClass /** - * A C/C++ variable. For example in the following code there are four + * A C/C++ variable. For example, in the following code there are four * variables, `a`, `b`, `c` and `d`: * ``` - * extern int a; * int a; * * void myFunction(int b) {