diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/spawn.cc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a3585494b..812012183 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2007-08-17 Corinna Vinschen <corinna@vinschen.de> + * spawn.cc (spawn_guts): Fix typo in comment. + +2007-08-17 Corinna Vinschen <corinna@vinschen.de> + * autoload.cc (CloseDesktop): Define. (CreateDesktopA): Define. (SetThreadDesktop): Define. diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc index 48895312f..254cc060b 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -533,7 +533,7 @@ loop: sa = sec_user ((PSECURITY_ATTRIBUTES) alloca (1024), cygheap->user.sid ()); - /* We're create a window station per user, not per logon session. + /* We're creating a window station per user, not per logon session. First of all we might not have a valid logon session for the user (logon by create_token), and second, it doesn't make sense in terms of security to create a new window |