From 08a818b1267f6c10328fc5066fbd9132b402b728 Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 4 Dec 2004 13:14:41 +0000 Subject: [PATCH] Fixed typo --- xargs/xargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xargs/xargs.c b/xargs/xargs.c index 6c0187a..b8fb602 100644 --- a/xargs/xargs.c +++ b/xargs/xargs.c @@ -992,7 +992,7 @@ push_arg (char *arg, size_t len) /* If we have now collected enough arguments, * do the exec immediately. This must be - * conditional on arg!=NULL, sinc do_exec() + * conditional on arg!=NULL, since do_exec() * actually calls push_arg(NULL, 0). */ if (!initial_args -- 2.11.4.GIT