Skip to content

Commit

Permalink
Bug 106386 rid source of misspellings
Browse files Browse the repository at this point in the history
r=db48x sr=blake a=asa
  • Loading branch information
timeless%mac.com committed Mar 19, 2002
1 parent 8c911bb commit 2e01f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm/src/hash.c
Expand Up @@ -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
Expand Down

0 comments on commit 2e01f5c

Please sign in to comment.