diff --git a/content/blog/08_compiler_llvm.md b/content/blog/08_compiler_llvm.md index c71d94e..0fd6587 100644 --- a/content/blog/08_compiler_llvm.md +++ b/content/blog/08_compiler_llvm.md @@ -514,7 +514,7 @@ We run the following commands in our build directory: ``` ./compiler < ../examples/work1.txt -gcc -no-pie ../runtime.c progrma.o +gcc -no-pie ../runtime.c program.o ./a.out ```