typo
authorGabor Greif <ggreif@gmail.com>
Tue, 1 Dec 2009 15:53:33 +0000 (15:53 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 1 Dec 2009 15:53:33 +0000 (15:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90236 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/StringSwitch.h

index 68974980c213c608ca16f783c4cb1e0c86e0a326..7ac0f60f287c5105eaef871e35f70ace3fed6142 100644 (file)
@@ -7,7 +7,7 @@
 //===----------------------------------------------------------------------===/
 //
 //  This file implements the StringSwitch template, which mimics a switch()
-//  statements whose cases are string literals.
+//  statement whose cases are string literals.
 //
 //===----------------------------------------------------------------------===/
 #ifndef LLVM_ADT_STRINGSWITCH_H