Kaydet (Commit) 3822597b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

typo in comment

Change-Id: I816f2dad87d798296e60a5eb8842a147f504b90b
üst ea183985
......@@ -172,8 +172,8 @@ bool OnceVar::VisitVarDecl( const VarDecl* varDecl )
// sizeof (T)
//
// with dependent type T /is/ constant, keep consistent here with the
// (arguably broken) behavior of isConstantInitalizer returning false in
// Clang >= 3.9):
// (arguably broken) behavior of isConstantInitializer returning false
// in Clang >= 3.9):
if (init->isValueDependent()) {
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment