Fix typo. This method isn't used anywhere.

llvm-svn: 178453
This commit is contained in:
Benjamin Kramer 2013-03-31 20:14:24 +00:00
parent 53f3525d35
commit 3c33161192
1 changed files with 2 additions and 2 deletions

View File

@ -436,8 +436,8 @@ public:
///
/// If this and IgnoreAllWarnings are both set, then that one wins.
void setEnableAllWarnings(bool Val) { EnableAllWarnings = Val; }
bool getEnableAllWarnngs() const { return EnableAllWarnings; }
bool getEnableAllWarnings() const { return EnableAllWarnings; }
/// \brief When set to true, any warnings reported are issued as errors.
void setWarningsAsErrors(bool Val) { WarningsAsErrors = Val; }
bool getWarningsAsErrors() const { return WarningsAsErrors; }