summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-11-18 00:48:57 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-11-18 00:48:57 +0000
commit13cce3095c34c7a39ff3bf33275126f91da64b8b (patch)
tree7da078d671f3fa722f778d827632147e4f49d14f
parent46caa4bf81b04420c043707381324e0e55f9b97a (diff)
downloadxine-lib-13cce3095c34c7a39ff3bf33275126f91da64b8b.tar.gz
xine-lib-13cce3095c34c7a39ff3bf33275126f91da64b8b.tar.bz2
Fixed wording in a comment.
CVS patchset: 3284 CVS date: 2002/11/18 00:48:57
-rw-r--r--src/xine-utils/xine_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/xine_check.c b/src/xine-utils/xine_check.c
index 3aa61a180..431cd4a37 100644
--- a/src/xine-utils/xine_check.c
+++ b/src/xine-utils/xine_check.c
@@ -28,7 +28,7 @@
* to check the user's system. It is expected that the values for
* hc->cdrom_dev and hc->dvd_dev will be defined. For example,
* hc->cdrom_dev = /dev/cdrom and hc->/dev/dvd. If at any point a
-* step fails the entire process returns with a failed status,
+* step fails the function returns with a failed status,
* XINE_HEALTH_CHECK_FAIL, and an error message contained in hc->msg.
*
* Author: Stephen Torri <storri@users.sourceforge.net>