Ver código fonte

[analyzer] Fix a typo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141678 91177308-0d34-0410-b5e6-96231b3b80d8
Anna Zaks 14 anos atrás
pai
commit
c800f68f8e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/StaticAnalyzer/Checkers/CStringChecker.cpp

+ 1 - 1
lib/StaticAnalyzer/Checkers/CStringChecker.cpp

@@ -1,4 +1,4 @@
-//= CStringChecker.h - Checks calls to C string functions ----------*- C++ -*-//
+//= CStringChecker.cpp - Checks calls to C string functions --------*- C++ -*-//
 //
 //                     The LLVM Compiler Infrastructure
 //