Skip to content

Commit bef479d

Browse files
committed
Merge pull request #397 from hodgeswt/patch-1
Fix typo in Class.h
2 parents 365588d + 79f86de commit bef479d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/ABI/Class.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace swift {
2424

25-
/// Objetive-C class flags, stored in the ro-data.
25+
/// Objective-C class flags, stored in the ro-data.
2626
enum class ObjCClassFlags : uint32_t {
2727
/// This class is a metaclass.
2828
Meta = 0x00001,

0 commit comments

Comments
 (0)