1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Comment fixes.

This commit is contained in:
Karl Heuer 1996-01-05 10:03:17 +00:00
parent 34035df326
commit 8e6208c5d2
41 changed files with 66 additions and 66 deletions

View file

@ -167,7 +167,7 @@ main (argc, argv)
if (access (outname, F_OK) == 0 && access (outname, W_OK) != 0)
pfatal_with_name (outname);
/* Also check that outname's directory is writeable to the real uid. */
/* Also check that outname's directory is writable to the real uid. */
{
char *buf = (char *) xmalloc (strlen (outname) + 1);
char *p;