1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

Spelling: [libcdio] compatible

This commit is contained in:
Josh Soref 2013-06-20 10:52:06 -04:00
parent b22f118339
commit 21ad6e4a88

View file

@ -208,7 +208,7 @@ LIBCDIO_DEPRECATED(static const driver_id_t CDIO_MAX_DEVICE_DRIVER, "please use
/**
The following are status codes for completion of a given cdio
operation. By design 0 is successful completion and -1 is error
completion. This is compatable with ioctl so those routines that
completion. This is compatible with ioctl so those routines that
call ioctl can just pass the value the get back (cast as this
enum). Also, by using negative numbers for errors, the
enumeration values below can be used in places where a positive