We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb13f7 commit be2fc14Copy full SHA for be2fc14
lib/ClangImporter/ImportType.cpp
@@ -482,8 +482,8 @@ namespace {
482
return Type();
483
484
auto size = type->getSize().getZExtValue();
485
- // An array of size N is importat as an N-element tuple which
486
- // takes very long to compile. We choose 4096 as the upper limit because
+ // An array of size N is imported as an N-element tuple which
+ // takes very long to compile. We chose 4096 as the upper limit because
487
// we don't want to break arrays of size PATH_MAX.
488
if (size > 4096)
489
0 commit comments