diff options
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r-- | winsup/cygwin/spawn.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |