This commit is contained in:
rusefillc 2022-03-14 13:11:10 -04:00
parent d1df67b8d5
commit 691be1cf2d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ struct TriggerExportHelper
TriggerExportHelper() {
fp = fopen (TRIGGERS_FILE_NAME, "w+");
fprintf(fp, "# Generated by rusEfi unit test suite\n");
fprintf(fp, "# Generated by rusEFI unit test suite\n");
fprintf(fp, "# This file is used by TriggerImage tool\n");
fprintf(fp, "# See 'gen_trigger_images.bat'\n");
}