[llvm-commits] [llvm] r90236 - /llvm/trunk/include/llvm/ADT/StringSwitch.h
Gabor Greif
ggreif at gmail.com
Tue Dec 1 07:53:33 PST 2009
Author: ggreif
Date: Tue Dec 1 09:53:33 2009
New Revision: 90236
URL: http://llvm.org/viewvc/llvm-project?rev=90236&view=rev
Log:
typo
Modified:
llvm/trunk/include/llvm/ADT/StringSwitch.h
Modified: llvm/trunk/include/llvm/ADT/StringSwitch.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/StringSwitch.h?rev=90236&r1=90235&r2=90236&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/StringSwitch.h (original)
+++ llvm/trunk/include/llvm/ADT/StringSwitch.h Tue Dec 1 09:53:33 2009
@@ -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
More information about the llvm-commits
mailing list