Skip to content

Commit b4c09df

Browse files
medhatiwariCopilot
andauthored
Update src/mono/mono/metadata/custom-attrs.c
Co-authored-by: Copilot <[email protected]>
1 parent c5dc589 commit b4c09df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono/metadata/custom-attrs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ should_filter_attribute_for_reflection (MonoMethod *ctor)
18371837
if (strcmp (attr_namespace, "System.Runtime.CompilerServices") == 0) {
18381838
if (strcmp (attr_name, "NullableContextAttribute") == 0 ||
18391839
strcmp (attr_name, "TypeForwardedFromAttribute") == 0 ||
1840-
strcmp (attr_name, "IsReadOnlyAttribute") == 0) {
1840+
strcmp (attr_name, "IsReadOnlyAttribute") == 0) {
18411841
return TRUE;
18421842
}
18431843
}

0 commit comments

Comments
 (0)