diff dvd_input.h @ 18:2a219d444297 src

Comments cleanup: fix spelling and grammar errors. Patch by: Erik Hovland !erik#hovland at org*
author rathann
date Mon, 01 Sep 2008 21:04:33 +0000
parents fdbae45c30fc
children fce16251755c
line wrap: on
line diff
--- a/dvd_input.h	Sat Aug 30 20:10:36 2008 +0000
+++ b/dvd_input.h	Mon Sep 01 21:04:33 2008 +0000
@@ -30,7 +30,8 @@
 typedef struct dvd_input_s *dvd_input_t;
 
 /**
- * Pointers which will be filled either the input methods functions.
+ * Function pointers that will be filled in by the input implementation.
+ * These functions provide the main API.
  */
 extern dvd_input_t (*dvdinput_open)  (const char *);
 extern int         (*dvdinput_close) (dvd_input_t);