Fix typo in source-explaining comment.

This commit is contained in:
Martin Cracauer 1999-04-12 15:23:27 +00:00
parent e9e9477aac
commit 4c1b08b3bb

@ -39,7 +39,7 @@
static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
"$Id: var.c,v 1.12 1998/05/18 06:44:24 charnier Exp $";
"$Id: var.c,v 1.13 1999/04/03 11:41:46 cracauer Exp $";
#endif /* not lint */
#include <unistd.h>
@ -218,7 +218,7 @@ setvarsafe(name, val, flags)
}
/*
* Set the value of a variable. The flags argument is stored with the
* Set the value of a variable. The flags argument is tored with the
* flags of the variable. If val is NULL, the variable is unset.
*/