diff --git a/src/link/assign.c b/src/link/assign.c index ed549e31..7ee31558 100644 --- a/src/link/assign.c +++ b/src/link/assign.c @@ -393,7 +393,7 @@ void assign_AssignSections(void) /* 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 */