
c:\dev\ruby\downloads\microe-libdvdnav\src>git.exe diff   | cat
diff --git a/src/dvdnav/dvdnav.h b/src/dvdnav/dvdnav.h
index 9cbc486..f0d9e96 100644
--- a/src/dvdnav/dvdnav.h
+++ b/src/dvdnav/dvdnav.h
@@ -382,7 +382,7 @@ int64_t dvdnav_get_current_time(dvdnav_t *self);
  * Stop playing the current position and start playback of the title
  * from the specified timecode.
  *
- * Currently unimplemented!
+ * Currently implemented using interpolation, which is slightly inaccurate.
  */
 dvdnav_status_t dvdnav_time_search(dvdnav_t *self,
 				   uint64_t time);
