Remove comma

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2018-12-05 17:27:39 +01:00
parent e2ed529b89
commit 3188361029

View File

@ -47,7 +47,7 @@ make -C $OCFDIF inc O=$INCDIR
This by default will not copy OCF source files but create symbolic links to them, This by default will not copy OCF source files but create symbolic links to them,
to avoid source duplication and allow for easy OCF code modification. If you prefer to avoid source duplication and allow for easy OCF code modification. If you prefer
to copy OCF source files (e.g. you don't want to distribute whole OCF repository to copy OCF source files (e.g. you don't want to distribute whole OCF repository
as your submodule), you can use following commands: as your submodule) you can use following commands:
~~~{.sh} ~~~{.sh}
make -C $OCFDIF src O=$SRCDIR CMD=cp make -C $OCFDIF src O=$SRCDIR CMD=cp