From ef29050e84eb4f8e809a4a7b2086402c24ddebab Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 3 May 2016 14:33:45 -0700 Subject: [PATCH] Updated OpenZFS Patches (markdown) --- OpenZFS-Patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenZFS-Patches.md b/OpenZFS-Patches.md index ee051c9..6d3f401 100644 --- a/OpenZFS-Patches.md +++ b/OpenZFS-Patches.md @@ -26,7 +26,7 @@ $ git remote add openzfs https://github.com/openzfs/openzfs.git $ git fetch --all ``` -**Build the source.** Compile the spl and zfs master branches. While these branches are always kept in stable state this is a useful verification that there is a full build environment installed and all the required dependencies are available. This may also speed up the compile time latter for small patches where incremental builds are an option. +**Build the source.** Compile the spl and zfs master branches. These branches are always kept stable and this is a useful verification that you have a full build environment installed and all the required dependencies are available. This may also speed up the compile time latter for small patches where incremental builds are an option. ``` $ cd ../spl