Skip to content

Commit 6381de4

Browse files
committed
PR feedback: fix incorrect comment
1 parent 4a9087c commit 6381de4

File tree

1 file changed

+2
-2
lines changed
  • tools/swift-inspect/Sources/AndroidCLib

1 file changed

+2
-2
lines changed

tools/swift-inspect/Sources/AndroidCLib/heap.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ static void heap_iterate_callback(unsigned long base, unsigned long size, void *
7777
data[data[NEXT_FREE_IDX]++] = size;
7878
}
7979

80-
// Both clang and gcc implicitly define __start- and __stop- prefixed symbols
81-
// that mark the start and end of user defined sections.
80+
// The linker implicitly defines __start- and __stop- prefixed symbols that mark
81+
// the start and end of user defined sections.
8282
extern char __stop_heap_iterator[];
8383

8484
void* heap_iterate_callback_start() {

0 commit comments

Comments
 (0)