Skip to content

Commit

Permalink
Rollup merge of rust-lang#71124 - JOE1994:patch-3, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Add missing comma

Added missing comma in doc comment
  • Loading branch information
Dylan-DPC committed Apr 14, 2020
2 parents d249f67 + de14331 commit 816443e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/windows/ext/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 816443e

Please sign in to comment.