blob: fix spelling, white space, grammar

Signed-off-by: Mike Gerdts <mgerdts@nvidia.com>
Change-Id: I236c8a1c7f1ae4b0afd0d20175a1a2a647dba758
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11265
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
This commit is contained in:
Mike Gerdts 2022-01-03 12:46:14 -06:00 committed by Tomasz Zawadzki
parent fae72b3464
commit 9b72cda8b2
2 changed files with 14 additions and 14 deletions

View File

@ -913,7 +913,7 @@ const struct spdk_bdev_aliases_list *spdk_bdev_get_aliases(const struct spdk_bde
void spdk_bdev_io_get_buf(struct spdk_bdev_io *bdev_io, spdk_bdev_io_get_buf_cb cb, uint64_t len);
/**
* Allocate an auxillary buffer for given bdev_io. The length of the
* Allocate an auxiliary buffer for given bdev_io. The length of the
* buffer will be the same size as the bdev_io primary buffer. The buffer
* must be freed using \c spdk_bdev_io_put_aux_buf() before completing
* the associated bdev_io. This call will never fail. In case of lack of
@ -935,7 +935,7 @@ void spdk_bdev_io_put_aux_buf(struct spdk_bdev_io *bdev_io, void *aux_buf);
/**
* Set the given buffer as the data buffer described by this bdev_io.
*
* The portion of the buffer used may be adjusted for memory alignement
* The portion of the buffer used may be adjusted for memory alignment
* purposes.
*
* \param bdev_io I/O to set the buffer on.

View File

@ -365,7 +365,7 @@ struct spdk_blob_md_descriptor_flags {
uint64_t data_ro_flags;
/*
* If a flag in md_ro_flags is set the the application is not aware of,
* If a flag in md_ro_flags is set the application is not aware of,
* allow the blob to be opened in md_read_only mode.
*/
uint64_t md_ro_flags;