diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-18 15:25:45 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-18 15:25:45 +0000 |
| commit | 872a3a62ae33498a454fa2f161769ff1731ca64a (patch) | |
| tree | dc2f33e8169b7143ecbefd635a08c7430d715b69 /lib/libutil/pidfile.3 | |
| parent | 00e36a5c7cd423937b9ab0f510b2be38afdbf778 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/pidfile.3')
| -rw-r--r-- | lib/libutil/pidfile.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/pidfile.3 b/lib/libutil/pidfile.3 index d5e2470752c1..845b11ae8d32 100644 --- a/lib/libutil/pidfile.3 +++ b/lib/libutil/pidfile.3 @@ -151,7 +151,7 @@ if (pfh == NULL) { /* If we cannot create pidfile from other reasons, only warn. */ warn("Cannot open or create pidfile"); /* - * Eventhough pfh is NULL we can continue, as the other pidfile_* + * Even though pfh is NULL we can continue, as the other pidfile_* * function can handle such situation by doing nothing except setting * errno to EDOOFUS. */ |
