summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog/lib/fifolog_int.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fifolog/lib/fifolog_int.c')
-rw-r--r--usr.sbin/fifolog/lib/fifolog_int.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fifolog/lib/fifolog_int.c b/usr.sbin/fifolog/lib/fifolog_int.c
index f87fd82..d16e1b7 100644
--- a/usr.sbin/fifolog/lib/fifolog_int.c
+++ b/usr.sbin/fifolog/lib/fifolog_int.c
@@ -66,7 +66,7 @@ fifo_zfree(voidpf opaque __unused, voidpf address)
* Return value is NULL for success or a error description string to
* be augmented by errno if non-zero.
*
- * The second function is just an error-handling wrapper around the
+ * The second function is just an error-handling wrapper around the
* first which, does the actual work.
*/
@@ -88,7 +88,7 @@ fifolog_int_open_i(struct fifolog_file *f, const char *fname, int mode)
if (i != 0) {
i = fstat(f->fd, &st);
- if (!S_ISREG(st.st_mode))
+ if (!S_ISREG(st.st_mode))
return ("Neither disk nor regular file");
f->recsize = 512;
f->logsize = st.st_size;
OpenPOWER on IntegriCloud