From: Gabor Greif Date: Tue, 1 Dec 2009 15:53:33 +0000 (+0000) Subject: typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=074fe8324dd9533f1cd210091b15719ff67f49c2;p=oota-llvm.git typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90236 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/StringSwitch.h b/include/llvm/ADT/StringSwitch.h index 68974980c21..7ac0f60f287 100644 --- a/include/llvm/ADT/StringSwitch.h +++ b/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