Skip to content

Commit e5eb2a7

Browse files
Merge pull request #5 from cjappl/Attribute
Fix typo in gcc realtime attribute
2 parents 5189f45 + e393f9e commit e5eb2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ def Const : InheritableAttr {
11351135
def Realtime : InheritableAttr {
11361136
let Spellings = [CXX11<"clang", "realtime">,
11371137
C23<"clang", "realtime">,
1138-
GCC<"reealtime">];
1138+
GCC<"realtime">];
11391139
let Subjects = SubjectList<[Function]>;
11401140
let Documentation = [Undocumented];
11411141
let SimpleHandler = 1;

0 commit comments

Comments
 (0)