Skip to content

Commit 782f774

Browse files
committed
typos: merge typos from Darwin port already
1 parent 2d58c1d commit 782f774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/main.c2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ fn void parse_opts(i32 argc, char** argv, compiler.Options* opts, Options* other
235235
opts.print_external_symbols = true;
236236
break;
237237
case 'T':
238-
opts. print_ast_stats = true;
238+
opts.print_ast_stats = true;
239239
break;
240240
case 'a':
241241
opts.print_ast = true;

generator/qbe_generator.c2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ public fn void build(const char* output_dir)
607607
i32 retval = process_utils.run(dir, "/usr/bin/make", LogFile);
608608
if (retval != 0) {
609609
console.error("error during external QBE compilation");
610-
console.log("see %s%s for defails", dir, LogFile);
610+
console.log("see %s%s for details", dir, LogFile);
611611
}
612612
}
613613

0 commit comments

Comments
 (0)