Skip to content

Commit 51fdc4e

Browse files
committed
Merge branch 'master' of github.com:hgst/libzbc
2 parents 56a584e + 77b1898 commit 51fdc4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ For host-managed devices, the different device type/signature requires
171171
kernel support for block device files to be created. Kernel level
172172
support for host-managed block devices has been added to Linux kernel
173173
4.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
175175
host-managed device signature (0xabcd) was introduced in kernel
176176
3.19. Any kernel older than this version will not create an SG node
177177
device file for ZAC host-managed devices connected to a SATA port on
@@ -281,7 +281,7 @@ III.3 Native Mode Operation
281281
---------------------------
282282

283283
Linux 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
285285
only be accessed through their associated SG node (/dev/sgx device
286286
file). For these older kernels, opening a ZBC or ZAC host managed
287287
disk with libzbc must thus be done using the device SG node. For
@@ -294,7 +294,7 @@ can both be used to open the device.
294294
Once the device is open, accesses to the device are done transparantly
295295
using the device handle returned by libzbc zbc_open
296296
function. Operations such as report zones, reset zone write pointer,
297-
etc only need the device handle.
297+
etc. only need the device handle.
298298

299299
III.4 Emulation Mode Operation
300300
------------------------------
@@ -313,7 +313,7 @@ III.3 Documentation
313313

314314
More detailed information on libzbc functions and data types is
315315
available 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
317317
documenting libzbc API can be generated using the doxygen project file
318318
documentation/libzbc.doxygen.
319319

0 commit comments

Comments
 (0)