Skip to content

Commit ec8e130

Browse files
author
Amanda Butler
authored
Add comma to comment in main.cpp
Add comma because two independent clauses separated by a coordinating conjunction require a comma before the conjunction.
1 parent 0e49c99 commit ec8e130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPIFBlockDevice/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPIFBlockDevice spif(PTE2, PTE4, PTE1, PTE5);
77
int main() {
88
printf("spif test\n");
99

10-
// Initialize the SPI flash device and print the memory layout
10+
// Initialize the SPI flash device, and print the memory layout
1111
spif.init();
1212
printf("spif size: %llu\n", spif.size());
1313
printf("spif read size: %llu\n", spif.get_read_size());

0 commit comments

Comments
 (0)