Rollup merge of #71124 - JOE1994:patch-3, r=Dylan-DPC

Add missing comma

Added missing comma in doc comment
This commit is contained in:
Dylan DPC 2020-04-14 15:35:35 +02:00 committed by GitHub
commit 816443e6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ pub trait OpenOptionsExt {
/// opening a named pipe, to control to which degree a server process can
/// act on behalf of a client process (security impersonation level).
///
/// When `security_qos_flags` is not set a malicious program can gain the
/// When `security_qos_flags` is not set, a malicious program can gain the
/// elevated privileges of a privileged Rust process when it allows opening
/// user-specified paths, by tricking it into opening a named pipe. So
/// arguably `security_qos_flags` should also be set when opening arbitrary