Skip to content

Commit 4fb7c79

Browse files
committed
Merge pull request SamyPesse#79 from mandliya/patch-2
Changing "defien" to "define"
2 parents 278a501 + a051d01 commit 4fb7c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#ifdef __x86__
1313
#define KERNEL_PROCESSOR_IDENTIFIER "x86"
1414
#else
15-
#defien KERNEL_PROCESSOR_IDENTIFIER "(null)"
15+
#define KERNEL_PROCESSOR_IDENTIFIER "(null)"
1616
#endif
1717

1818
/* max open file */

0 commit comments

Comments
 (0)