Author: hbelusca
Date: Thu Jan 10 01:49:15 2013
New Revision: 58155
URL:
http://svn.reactos.org/svn/reactos?rev=58155&view=rev
Log:
[PCIX]
Fix a comment.
Modified:
trunk/reactos/drivers/bus/pcix/utils.c
Modified: trunk/reactos/drivers/bus/pcix/utils.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/pcix/utils.c?r…
==============================================================================
--- trunk/reactos/drivers/bus/pcix/utils.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/bus/pcix/utils.c [iso-8859-1] Thu Jan 10 01:49:15 2013
@@ -152,7 +152,7 @@
else
{
/* This scenario shouldn't happen yet, since SetupDD isn't used */
- UNIMPLEMENTED_FATAL("ReactOS doesn't use SetupDD for its setup device
driver install program. Therefore this scenario must not happen!\n");
+ UNIMPLEMENTED_FATAL("ReactOS doesn't use SetupDD for its installation
program. Therefore this scenario must not happen!\n");
}
/* Return if this is Datacenter or not */