summaryrefslogtreecommitdiff
path: root/usr/src/lib/libbc/libc/gen/common/ndbm.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libbc/libc/gen/common/ndbm.c')
-rw-r--r--usr/src/lib/libbc/libc/gen/common/ndbm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libbc/libc/gen/common/ndbm.c b/usr/src/lib/libbc/libc/gen/common/ndbm.c
index b8315bdc7a..78676d16eb 100644
--- a/usr/src/lib/libbc/libc/gen/common/ndbm.c
+++ b/usr/src/lib/libbc/libc/gen/common/ndbm.c
@@ -495,10 +495,9 @@ dbm_do_nextkey(DBM *db, datum inkey)
else key=nullkey;
/* the keyptr pagbuf have failed us, the user must
- be an extra clever moron who depends on
- these variables and their former meaning.
+ depend on these variables and their former meaning.
If we set the variables this would have got
- us the key for sure! So give him the old algorithm.*/
+ us the key for sure! So give the user the old algorithm.*/
if (key.dptr == NULL) return (dbm_slow_nextkey(db));
}