Update freebsd-instructions.md
authorAaron Havens <arnmac@users.noreply.github.com>
Thu, 25 Feb 2016 14:38:53 +0000 (08:38 -0600)
committerAaron Havens <arnmac@users.noreply.github.com>
Thu, 25 Feb 2016 14:38:53 +0000 (08:38 -0600)
Corrected the typo.

Documentation/building/freebsd-instructions.md

index 17a3484..a921a8b 100644 (file)
@@ -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
 ```