Fix assertion typos.

s/=/==/ in several assertions, as well as fixing spelling errors.
This commit is contained in:
Jason Evans
2011-01-14 17:37:27 -08:00
parent 10e4523094
commit dbd3832d20
2 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ struct ckhc_s {
struct ckh_s {
#ifdef JEMALLOC_DEBUG
#define CKH_MAGIG 0x3af2489d
#define CKH_MAGIC 0x3af2489d
uint32_t magic;
#endif