summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/dbaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nsd/dbaccess.c')
-rw-r--r--usr.sbin/nsd/dbaccess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nsd/dbaccess.c b/usr.sbin/nsd/dbaccess.c
index 4291451a250..4849481f483 100644
--- a/usr.sbin/nsd/dbaccess.c
+++ b/usr.sbin/nsd/dbaccess.c
@@ -491,7 +491,7 @@ namedb_open (const char* filename, struct nsd_options* opt)
#endif /* HAVE_MMAP */
}
-/** the the file mtime stat (or nonexist or error) */
+/** get the file mtime stat (or nonexist or error) */
int
file_get_mtime(const char* file, struct timespec* mtime, int* nonexist)
{