Skip to content

Commit

Permalink
誤字の修正 (#3)
Browse files Browse the repository at this point in the history
誤字を修正しました
  • Loading branch information
tk0h committed May 18, 2023
1 parent b714592 commit 5ab2221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/common/print.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ __noreturn void panic_after_hook(void);
#define NYI() \
do { \
panic_before_hook(); \
printf(SGR_ERR "[%s] %s(): not yet ymplemented: %s:%d\n SGR_RESET", \
printf(SGR_ERR "[%s] %s(): not yet implemented: %s:%d\n SGR_RESET", \
__program_name(), __func__, __FILE__, __LINE__); \
panic_after_hook(); \
__builtin_unreachable(); \
Expand Down

0 comments on commit 5ab2221

Please sign in to comment.