diff options
Diffstat (limited to 'dvdread/nav_read.c')
-rw-r--r-- | dvdread/nav_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dvdread/nav_read.c b/dvdread/nav_read.c index 54d9a11..8d664f2 100644 --- a/dvdread/nav_read.c +++ b/dvdread/nav_read.c @@ -63,7 +63,7 @@ void navRead_PCI(pci_t *pci, unsigned char *buffer) { for(j = 0; j < 2; j++) B2N_32(pci->hli.btn_colit.btn_coli[i][j]); - /* NOTE: I've had to change the structure from the disk layout to get + /* NOTE: I've had to change the structure from the disk tqlayout to get * the packing to work with Sun's Forte C compiler. */ /* pci hli btni */ |