ref: a40d599cd79610b3f731a9e167f4c6d4ba446183
parent: babf36e96ece780a985294760fb423c2c58e574f
author: ISSOtm <[email protected]>
date: Sun Nov 3 20:20:23 EST 2019
Fix extraneous comma in error message
--- a/src/link/assign.c
+++ b/src/link/assign.c
@@ -393,7 +393,7 @@
/* Overlaying requires only fully-constrained sections */
verbosePrint("Assigning other sections...\n");
if (overlayFileName)
- errx(1, "All sections must be fixed when using an overlay file; %u, %sn't",
+ errx(1, "All sections must be fixed when using an overlay file; %u %sn't",
nbSectionsToAssign, nbSectionsToAssign == 1 ? "is" : "are");
/* Assign all remaining sections by decreasing constraint order */