diff --git a/build/pause/pause.c b/build/pause/pause.c index f9853915f82..dd6cbea0850 100644 --- a/build/pause/pause.c +++ b/build/pause/pause.c @@ -34,7 +34,7 @@ static void sigreap(int signo) { int main() { if (getpid() != 1) /* Not an error because pause sees use outside of infra containers. */ - fprintf(stderr, "Warning: pause should be the first process in a pod\n"); + fprintf(stderr, "Warning: pause should be the first process\n"); if (sigaction(SIGINT, &(struct sigaction){.sa_handler = sigdown}, NULL) < 0) return 1;