From 7ee0efd2893a1ab66e9d34fb911d958db6360ef6 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 1 Dec 2009 15:53:33 +0000 Subject: [PATCH] typo llvm-svn: 90236 --- llvm/include/llvm/ADT/StringSwitch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/ADT/StringSwitch.h b/llvm/include/llvm/ADT/StringSwitch.h index 68974980c213..7ac0f60f287c 100644 --- a/llvm/include/llvm/ADT/StringSwitch.h +++ b/llvm/include/llvm/ADT/StringSwitch.h @@ -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