summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAaron Havens <arnmac@users.noreply.github.com>2016-02-25 08:38:53 -0600
committerAaron Havens <arnmac@users.noreply.github.com>2016-02-25 08:38:53 -0600
commita9d71c9594bd7a67639455a135853ec8063a6b96 (patch)
treee041a7b7e87182628ec5e8cd2e5cce625c8a90b3 /Documentation
parent6cdf20d6b2e781f16dc56c573d607fab6fa6ad4e (diff)
downloadcoreclr-a9d71c9594bd7a67639455a135853ec8063a6b96.tar.gz
coreclr-a9d71c9594bd7a67639455a135853ec8063a6b96.tar.bz2
coreclr-a9d71c9594bd7a67639455a135853ec8063a6b96.zip
Update freebsd-instructions.md
Corrected the typo.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/freebsd-instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building/freebsd-instructions.md b/Documentation/building/freebsd-instructions.md
index 17a34842f5..a921a8b270 100644
--- a/Documentation/building/freebsd-instructions.md
+++ b/Documentation/building/freebsd-instructions.md
@@ -268,7 +268,7 @@ llvm37 and llvm-devel include clang and lldb. Since clang is included with llvm
After you have installed your desired version of LLVM you will need to specify the version to the build.sh script.
-For eaxample if you chose to install llvm37 you would add the clangX.X to your build command as follows.
+For example if you chose to install llvm37 you would add the clangX.X to your build command as follows.
```sh
janhenke@freebsd-frankfurt:~/git/coreclr % ./build.sh clang3.7
```