Skip to content

Commit 2842748

Browse files
authored
Improved a comment
1 parent 07c9fdd commit 2842748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/ImportDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3349,7 +3349,7 @@ namespace {
33493349
auto member = Impl.importDecl(nd, getActiveSwiftVersion());
33503350
if (!member) {
33513351
if (!isa<clang::TypeDecl>(nd) && !isa<clang::FunctionDecl>(nd)) {
3352-
// We don't know what this field is.
3352+
// We don't know what this member is.
33533353
// Assume it may be important in C.
33543354
hasUnreferenceableStorage = true;
33553355
hasMemberwiseInitializer = false;

0 commit comments

Comments
 (0)