header guard typo

This commit is contained in:
Nikita Smith
2026-02-09 23:42:09 -08:00
parent 9b1a5ae8f8
commit 988b0f5541
+2 -2
View File
@@ -2,7 +2,7 @@
// Licensed under the MIT license (https://opensource.org/license/mit/)
#ifndef LF_HASH_TABLE_H
#define LF_HAHS_TABLE_H
#define LF_HASH_TABLE_H
typedef struct LFHT_Node
{
@@ -33,4 +33,4 @@ internal B32 lfht_insert(Arena *arena, LFHT_NodeChunkList *node_chunks, LFHT_Nod
internal void ** lfht_data_from_node_chunk_lists(Arena *arena, U64 total_count, U64 list_count, LFHT_NodeChunkList *lists);
#endif // LF_HASH_TABLE_H
#endif // LF_HASH_TABLE_H