diff options
Diffstat (limited to 'test/Analysis/malloc-custom.c')
-rw-r--r-- | test/Analysis/malloc-custom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/malloc-custom.c b/test/Analysis/malloc-custom.c index f33b150de6788..053d0ee31ca89 100644 --- a/test/Analysis/malloc-custom.c +++ b/test/Analysis/malloc-custom.c @@ -1,6 +1,6 @@ // RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.Malloc -Wno-incompatible-library-redeclaration -verify %s -// Various tests to make the the analyzer is robust against custom +// Various tests to make the analyzer is robust against custom // redeclarations of memory routines. // // You wouldn't expect to see much of this in normal code, but, for example, |