summaryrefslogtreecommitdiff
path: root/dbm/src/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbm/src/hash.c')
-rw-r--r--dbm/src/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/src/hash.c b/dbm/src/hash.c
index 530160244..82d6dba37 100644
--- a/dbm/src/hash.c
+++ b/dbm/src/hash.c
@@ -420,7 +420,7 @@ init_hash(HTAB *hashp, const char *file, HASHINFO *info)
#if !defined(_WIN32) && !defined(_WINDOWS) && !defined(macintosh) && !defined(VMS) && !defined(XP_OS2)
#if defined(__QNX__) && !defined(__QNXNTO__)
- hashp->BSIZE = 512; /* prefered blk size on qnx4 */
+ hashp->BSIZE = 512; /* preferred blk size on qnx4 */
#else
hashp->BSIZE = statbuf.st_blksize;
#endif