Correct a misseplling

This commit is contained in:
ridiculousfish 2023-11-25 16:01:58 -08:00
parent 62b9a0f983
commit cf4f07b837

View file

@ -1,4 +1,4 @@
// A mdoule concerned with the exec side of fork/exec.
// A module concerned with the exec side of fork/exec.
// This concerns posix_spawn support, and async-signal
// safe code which happens in between fork and exec.