summaryrefslogtreecommitdiffstats
path: root/dvdread/dvd_udf.c
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-19 11:35:52 -0600
committerTimothy Pearson <[email protected]>2011-12-19 11:35:52 -0600
commit1e42ec29323d1016df59b8b571d16fefe3d4e6f1 (patch)
tree3cdfd52c475c581a2e1fe682e0954305a21acea2 /dvdread/dvd_udf.c
parent445633c8ffa0b5219c036b130230fdc6d97e9894 (diff)
downloadk9copy-1e42ec29323d1016df59b8b571d16fefe3d4e6f1.tar.gz
k9copy-1e42ec29323d1016df59b8b571d16fefe3d4e6f1.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'dvdread/dvd_udf.c')
-rw-r--r--dvdread/dvd_udf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvdread/dvd_udf.c b/dvdread/dvd_udf.c
index 9c9b5ef..20b55e4 100644
--- a/dvdread/dvd_udf.c
+++ b/dvdread/dvd_udf.c
@@ -88,7 +88,7 @@ extern void SetAlignHandle(dvd_reader_t *device, void *align);
* this function should be rewritten to use posix_memalign or similar.
* It's just needed for aligning memory for small block reads from
* raw/O_DIRECT devices.
- * We assume that 2048 is enough tqalignment for all systems at the moment.
+ * We assume that 2048 is enough alignment for all systems at the moment.
* Not thread safe. Only use this from one thread.
* Depends on sizeof(unsigned long) being at least as large as sizeof(void *)
*/