env.h: fix two comment typos

Signed-off-by: paul luse <paul.e.luse@intel.com>
Change-Id: Ia00152ebcf328c1b4a8bec9caeed1d58d8cdaf02
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1926
Community-CI: Mellanox Build Bot
Community-CI: Broadcom CI
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
paul luse 2020-04-17 21:05:50 +00:00 committed by Tomasz Zawadzki
parent 65b8c30d54
commit 1477f3d17b

View File

@ -55,7 +55,7 @@ extern "C" {
#define SPDK_MALLOC_DMA 0x01
/**
* Memory is sharable across process boundries.
* Memory is sharable across process boundaries.
*/
#define SPDK_MALLOC_SHARE 0x02
@ -942,7 +942,7 @@ void spdk_pci_device_detach(struct spdk_pci_device *device);
* attached if it's supported by this driver.
* \param enum_cb Callback to be called for the PCI device once it's found.
* The return code can be as follows:
* -1, 1 - an error occured, fail the attach request entirely
* -1, 1 - an error occurred, fail the attach request entirely
* 0 - device attached successfully
* \param enum_ctx Additional context passed to the callback function.
* \param pci_address Address of the device to attach.