aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/StringSwitch.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-12-01 15:53:33 +0000
committerGabor Greif <ggreif@gmail.com>2009-12-01 15:53:33 +0000
commit074fe8324dd9533f1cd210091b15719ff67f49c2 (patch)
tree13f8eec9405df0393ea9e7c9115d61c548372f0d /include/llvm/ADT/StringSwitch.h
parent6c2a7a04da2a6c8829b82cecb355b718f350c4f1 (diff)
downloadexternal_llvm-074fe8324dd9533f1cd210091b15719ff67f49c2.zip
external_llvm-074fe8324dd9533f1cd210091b15719ff67f49c2.tar.gz
external_llvm-074fe8324dd9533f1cd210091b15719ff67f49c2.tar.bz2
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/StringSwitch.h')
-rw-r--r--include/llvm/ADT/StringSwitch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/StringSwitch.h b/include/llvm/ADT/StringSwitch.h
index 6897498..7ac0f60 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