]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/unix/process/process_fuchsia.rs
Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr
[rust.git] / library / std / src / sys / unix / process / process_fuchsia.rs
index 507abb27871bf05747ffb0e132c0e99070781909..ce77c210a6220c28ae2e8f22727b2adeab3c6f33 100644 (file)
@@ -284,7 +284,7 @@ pub fn into_raw(&self) -> c_int {
         //
         // The other view would be to say that the caller on Fuchsia ought to know that `into_raw`
         // will give a raw Fuchsia status (whatever that is - I don't know, personally).  That is
-        // not possible here becaause we must return a c_int because that's what Unix (including
+        // not possible here because we must return a c_int because that's what Unix (including
         // SuS and POSIX) say a wait status is, but Fuchsia apparently uses a u64, so it won't
         // necessarily fit.
         //