]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/unix/mod.rs
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / libstd / sys / unix / mod.rs
index 06876cb06149e5ce4b7392b546bee73df4de864f..fbcb006ecdf11e6a4a3b6f3b4f938bf53ac193f9 100644 (file)
@@ -156,7 +156,7 @@ pub fn cvt_r<T, F>(mut f: F) -> crate::io::Result<T>
 
 // On Unix-like platforms, libc::abort will unregister signal handlers
 // including the SIGABRT handler, preventing the abort from being blocked, and
-// fclose streams, with the side effect of flushing them so libc bufferred
+// fclose streams, with the side effect of flushing them so libc buffered
 // output will be printed.  Additionally the shell will generally print a more
 // understandable error message like "Abort trap" rather than "Illegal
 // instruction" that intrinsics::abort would cause, as intrinsics::abort is