# HG changeset patch # User mroi # Date 1048270004 0 # Node ID ada79e606d8d5c215e862636aab3e424d12010c1 # Parent f47065513ad8a6737e0ab021273eb0b2dd6ff292 fix comment diff -r f47065513ad8 -r ada79e606d8d searching.c --- a/searching.c Thu Mar 20 12:22:59 2003 +0000 +++ b/searching.c Fri Mar 21 18:06:44 2003 +0000 @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2000 Rich Wareham * * This file is part of libdvdnav, a DVD navigation library. @@ -183,7 +183,7 @@ if (target >= length) { target -= length; } else { - /* convert the target sector from PG-relative to absolute physical sector */ + /* convert the target sector from Cell-relative to absolute physical sector */ target += cell->first_sector; found = 1; break;