diff options
Diffstat (limited to 'openbsd-compat/bsd-waitpid.h')
-rw-r--r-- | openbsd-compat/bsd-waitpid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-waitpid.h b/openbsd-compat/bsd-waitpid.h index 5ce3ee4b530e..b551268ab063 100644 --- a/openbsd-compat/bsd-waitpid.h +++ b/openbsd-compat/bsd-waitpid.h @@ -27,7 +27,7 @@ #define _BSD_WAITPID_H #ifndef HAVE_WAITPID -/* Clean out any potental issues */ +/* Clean out any potential issues */ #undef WIFEXITED #undef WIFSTOPPED #undef WIFSIGNALED |