mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 21:17:53 -05:00
general: fix spelling mistakes
This commit is contained in:
@ -49,7 +49,7 @@ public:
|
||||
void Add(const char* format_str, IR::Inst& inst, Args&&... args) {
|
||||
const auto var_def{var_alloc.AddDefine(inst, type)};
|
||||
if (var_def.empty()) {
|
||||
// skip assigment.
|
||||
// skip assignment.
|
||||
code += fmt::format(fmt::runtime(format_str + 3), std::forward<Args>(args)...);
|
||||
} else {
|
||||
code += fmt::format(fmt::runtime(format_str), var_def, std::forward<Args>(args)...);
|
||||
|
Reference in New Issue
Block a user