From: Aaron Havens Date: Thu, 25 Feb 2016 14:38:53 +0000 (-0600) Subject: Update freebsd-instructions.md X-Git-Tag: accepted/tizen/base/20180629.140029~5476^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9d71c9594bd7a67639455a135853ec8063a6b96;p=platform%2Fupstream%2Fcoreclr.git Update freebsd-instructions.md Corrected the typo. --- diff --git a/Documentation/building/freebsd-instructions.md b/Documentation/building/freebsd-instructions.md index 17a3484..a921a8b 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 ```