Skip to content

Commit 8710538

Browse files
committed
Address CR comment: fix typo default-->defaults
1 parent fd61a77 commit 8710538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ handleAArch64BAAndGnuProperties(ObjFile<ELFT> *file, Ctx &ctx,
558558
"properties and AArch64 build attributes sections with "
559559
"different And Features data";
560560
} else {
561-
// When BuildAttributes are missing, PauthABI value default to (TagPlatform
561+
// When BuildAttributes are missing, PauthABI value defaults to (TagPlatform
562562
// = 0, TagSchema = 0). GNU properties do not write PAuthAbiCoreInfo if GNU
563563
// property is not present. To match this behaviour, we only write
564564
// PAuthAbiCoreInfo when there is at least one non-zero value. The

0 commit comments

Comments
 (0)