Browse Source

[analyzer] Fix a typo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141678 91177308-0d34-0410-b5e6-96231b3b80d8
Anna Zaks 14 years ago
parent
commit
c800f68f8e
1 changed files with 1 additions and 1 deletions
  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
 //                     The LLVM Compiler Infrastructure
 //
 //