Skip to content

Commit 7a41e6b

Browse files
authored
Fix typo (Part of Issue #217)
1 parent e73ee90 commit 7a41e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/regalloc-demo/demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this demo we will look at:
1212
Set up some environment variables according to where you want to clone/build
1313
all of the code:
1414
```bash
15-
export WORKINGD_DIR=~
15+
export WORKING_DIR=~
1616
```
1717

1818
Change the directory to wherever you'd like to put everything.
@@ -554,4 +554,4 @@ Now, you should have a build of clang in `$WORKING_DIR/llvm-release-build/bin` t
554554
you can use to compile projects using the ML regalloc eviction heuristic.
555555
To compile with the ML regalloc eviction heuristic, all you need to do
556556
is make sure to pass the `-mllvm -regalloc-enable-advisor=release` flag
557-
to `clang` whenever you're compiling something.
557+
to `clang` whenever you're compiling something.

0 commit comments

Comments
 (0)