Fix typo in llvm_unreachable string.

llvm-svn: 190641
This commit is contained in:
Nick Lewycky 2013-09-12 23:36:08 +00:00
parent 51428e363f
commit 3141d605b9
1 changed files with 1 additions and 1 deletions

View File

@ -1404,7 +1404,7 @@ public:
case NC_VarTemplate:
return TNK_Var_template;
default:
llvm_unreachable("unsuported name classification.");
llvm_unreachable("unsupported name classification.");
}
}
};