Skip to content

Commit e039795

Browse files
committed
Merge pull request #1769 from danra/patch-1
Minor comments cleanup
2 parents 28b67d2 + 7d2296f commit e039795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/ABI/Class.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ enum class ObjCClassFlags : uint32_t {
4040
/// This class has the exception attribute.
4141
Exception = 0x00020,
4242

43-
/// (Obsolete) ARC-specific: this class has a .release_ivars method
43+
/// (Obsolete) ARC-specific: this class has a .release_ivars method.
4444
HasIvarReleaser = 0x00040,
4545

4646
/// This class implementation was compiled under ARC.
@@ -61,4 +61,4 @@ inline ObjCClassFlags operator|(ObjCClassFlags lhs, ObjCClassFlags rhs) {
6161

6262
}
6363

64-
#endif
64+
#endif /* SWIFT_ABI_CLASS_H */

0 commit comments

Comments
 (0)