diff options
Diffstat (limited to '')
-rw-r--r-- | kbx/keybox-search-desc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/keybox-search-desc.h b/kbx/keybox-search-desc.h index fd8ffe427..741f2e872 100644 --- a/kbx/keybox-search-desc.h +++ b/kbx/keybox-search-desc.h @@ -70,7 +70,7 @@ struct keydb_search_desc union { const char *name; unsigned char fpr[24]; - u32 kid[2]; /* Note that this is in native endianess. */ + u32 kid[2]; /* Note that this is in native endianness. */ unsigned char grip[20]; } u; int exact; /* Use exactly this key ('!' suffix in gpg). */ |