diff options
author | bd <bdunahu@operationnull.com> | 2025-04-23 00:23:20 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-23 00:23:20 -0400 |
commit | 42cbcb317414f1047f5a6e9c1df491812fab4937 (patch) | |
tree | 2d0f04e4df0130061d9cac1f22bc5769ccce3af3 /tests | |
parent | 3c9d94fcd5592a86279494e919a2261757f4e4f3 (diff) |
fix typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/c11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/c11.h b/tests/c11.h index c2ec76e..983d298 100644 --- a/tests/c11.h +++ b/tests/c11.h @@ -1,5 +1,5 @@ #ifndef C11_H -#define C11_HH +#define C11_H #include "cache.h" #include "dram.h" |