@@ -171,7 +171,7 @@ For host-managed devices, the different device type/signature requires
171171kernel support for block device files to be created. Kernel level
172172support for host-managed block devices has been added to Linux kernel
1731734.10. For older kernels, host-managed devices will be accessible only
174- through there SG node device file. Kernel support for the ZAC
174+ through their SG node device files. Kernel support for the ZAC
175175host-managed device signature (0xabcd) was introduced in kernel
1761763.19. Any kernel older than this version will not create an SG node
177177device file for ZAC host-managed devices connected to a SATA port on
@@ -281,7 +281,7 @@ III.3 Native Mode Operation
281281---------------------------
282282
283283Linux kernel older than version 4.10 do not create a block device file
284- for host-managed ZBC and ZAC dsevices. As a result, these devices can
284+ for host-managed ZBC and ZAC devices. As a result, these devices can
285285only be accessed through their associated SG node (/dev/sgx device
286286file). For these older kernels, opening a ZBC or ZAC host managed
287287disk with libzbc must thus be done using the device SG node. For
@@ -294,7 +294,7 @@ can both be used to open the device.
294294Once the device is open, accesses to the device are done transparantly
295295using the device handle returned by libzbc zbc_open
296296function. Operations such as report zones, reset zone write pointer,
297- etc only need the device handle.
297+ etc. only need the device handle.
298298
299299III.4 Emulation Mode Operation
300300------------------------------
@@ -313,7 +313,7 @@ III.3 Documentation
313313
314314More detailed information on libzbc functions and data types is
315315available through the comments in the file include/libzbc/zbc.h. This
316- file comments are formatted with the doxygen convention. HTML files
316+ file has comments formatted with the doxygen convention. HTML files
317317documenting libzbc API can be generated using the doxygen project file
318318documentation/libzbc.doxygen.
319319
0 commit comments