Skip to content

Commit 816443e

Browse files
authored
Rollup merge of #71124 - JOE1994:patch-3, r=Dylan-DPC
Add missing comma Added missing comma in doc comment
2 parents d249f67 + de14331 commit 816443e

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/sys/windows/ext

1 file changed

+1
-1
lines changed

src/libstd/sys/windows/ext/fs.rs

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

0 commit comments

Comments
 (0)