Skip to content

Commit 89e10e8

Browse files
committed
Comments cleanup
- Fix grammar in header comment. - Remove empty comment line. - Fix comment line longer than 80 chars.
1 parent 1e4f710 commit 89e10e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/swift/ABI/System.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212
//
13-
// Here's some fun facts about the target platforms we support!
13+
// Here are some fun facts about the target platforms we support!
1414
//
1515
//===----------------------------------------------------------------------===//
1616

@@ -72,7 +72,6 @@
7272
#define SWIFT_ABI_DARWIN_X86_64_LEAST_VALID_POINTER (4ULL*1024*1024*1024)
7373

7474
// Only the bottom 56 bits are used, and heap objects are eight-byte-aligned.
75-
//
7675
#define SWIFT_ABI_X86_64_SWIFT_SPARE_BITS_MASK 0xFF00000000000007ULL
7776

7877
// Objective-C reserves the high and low bits for tagged pointers.
@@ -93,7 +92,7 @@
9392
#define SWIFT_ABI_ARM64_OBJC_RESERVED_BITS_MASK 0x8000000000000000ULL
9493
#define SWIFT_ABI_ARM64_OBJC_NUM_RESERVED_LOW_BITS 0
9594

96-
/*********************************** powerpc64 ************************************/
95+
/*********************************** powerpc64 ********************************/
9796

9897
// Heap objects are pointer-aligned, so the low three bits are unused.
9998
#define SWIFT_ABI_POWERPC64_SWIFT_SPARE_BITS_MASK 0x0000000000000007ULL

0 commit comments

Comments
 (0)