aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/libdb2/hash
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-07-01 01:32:16 +0800
committerGreg Hudson <ghudson@mit.edu>2019-07-11 11:46:47 -0400
commit27521a6b02421608148f20f26c2a73f93d339f8c (patch)
tree3dc3b440cd30c5425ae993f64cfe264ab9a2d8ba /src/plugins/kdb/db2/libdb2/hash
parent2063ff09b384d466c15aca8970c01d074230c815 (diff)
downloadkrb5-27521a6b02421608148f20f26c2a73f93d339f8c.zip
krb5-27521a6b02421608148f20f26c2a73f93d339f8c.tar.gz
krb5-27521a6b02421608148f20f26c2a73f93d339f8c.tar.bz2
Fix typos
Diffstat (limited to 'src/plugins/kdb/db2/libdb2/hash')
-rw-r--r--src/plugins/kdb/db2/libdb2/hash/dbm.c2
-rw-r--r--src/plugins/kdb/db2/libdb2/hash/hash.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/kdb/db2/libdb2/hash/dbm.c b/src/plugins/kdb/db2/libdb2/hash/dbm.c
index 43eaf44..4878cbc 100644
--- a/src/plugins/kdb/db2/libdb2/hash/dbm.c
+++ b/src/plugins/kdb/db2/libdb2/hash/dbm.c
@@ -52,7 +52,7 @@ static char sccsid[] = "@(#)dbm.c 8.6 (Berkeley) 11/7/95";
/* If the two size fields of datum and DBMT are not equal, then
* casting between structures will result in stack garbage being
- * transfered. Has been observed for DEC Alpha OSF, but will handle
+ * transferred. Has been observed for DEC Alpha OSF, but will handle
* the general case.
*/
diff --git a/src/plugins/kdb/db2/libdb2/hash/hash.h b/src/plugins/kdb/db2/libdb2/hash/hash.h
index f1ab9df..2f1e47b 100644
--- a/src/plugins/kdb/db2/libdb2/hash/hash.h
+++ b/src/plugins/kdb/db2/libdb2/hash/hash.h
@@ -94,7 +94,7 @@ typedef struct htab { /* Memory resident data structure */
u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */
u_int16_t *split_buf; /* Temporary buffer for splits */
CURSOR *seq_cursor; /* Cursor used for hash_seq */
- int32_t local_errno; /* Error Number -- for DBM compatability */
+ int32_t local_errno; /* Error Number -- for DBM compatibility */
int32_t new_file; /* Indicates if fd is backing store or no */
int32_t save_file; /* Indicates whether we need to flush file at
* exit */