aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/Options.h')
-rw-r--r--include/llvm/Support/Options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Options.h b/include/llvm/Support/Options.h
index 4fd1bff..2742d39 100644
--- a/include/llvm/Support/Options.h
+++ b/include/llvm/Support/Options.h
@@ -61,7 +61,7 @@ char OptionKey<ValT, Base, Mem>::ID = 0;
/// The OptionRegistry is responsible for managing lifetimes of the options and
/// provides interfaces for option registration and reading values from options.
/// This object is a singleton, only one instance should ever exist so that all
-/// options are registered in teh same place.
+/// options are registered in the same place.
class OptionRegistry {
private:
DenseMap<void *, cl::Option *> Options;