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:
parent
34035df326
commit
8e6208c5d2
41 changed files with 66 additions and 66 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue