From 864c85e8865347349226ac5eb94d31eda31fa146 Mon Sep 17 00:00:00 2001 From: Max Schaefer Date: Thu, 12 Mar 2020 15:02:37 +0000 Subject: [PATCH] Fix typo. --- ql/src/semmle/go/security/AllocationSizeOverflow.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/src/semmle/go/security/AllocationSizeOverflow.qll b/ql/src/semmle/go/security/AllocationSizeOverflow.qll index 3cc98973b06..c29f17d8473 100644 --- a/ql/src/semmle/go/security/AllocationSizeOverflow.qll +++ b/ql/src/semmle/go/security/AllocationSizeOverflow.qll @@ -1,5 +1,5 @@ /** - * Provides a taint-tracking tracking configuration for reasoning about allocation-size overflow. + * Provides a taint-tracking configuration for reasoning about allocation-size overflow. * * Note, for performance reasons: only import this file if `AllocationSizeOverflow::Configuration` * is needed, otherwise `AllocationSizeOverflowCustomizations` should be imported instead.