Skip to content

Commit 79f86de

Browse files
committed
Fix typo in Class.h
1 parent 365588d commit 79f86de

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)