correct comment (and add newline at end)

This commit is contained in:
Just van Rossum 2003-01-04 16:26:26 +00:00
parent 5e1222be57
commit 85e4c6757f
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ doscript(const char *command)
goto bail;
}
/* send the event to the Finder */
/* send the command event to Terminal.app */
err = AESend(&theAEvent, &theReply, kAEWaitReply,
kAENormalPriority, kAEDefaultTimeout, NULL, NULL);
@ -115,4 +115,4 @@ bail:
AEDisposeDesc(&terminalAddress);
AEDisposeDesc(&theReply);
return err;
}
}