llvm-svn: 90236
This commit is contained in:
Gabor Greif 2009-12-01 15:53:33 +00:00
parent 6b822ce675
commit 7ee0efd289
1 changed files with 1 additions and 1 deletions

View 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