Fix a comment.

svn path=/trunk/; revision=58155
This commit is contained in:
Hermès Bélusca-Maïto 2013-01-10 01:49:15 +00:00
parent cb2a5efc11
commit 5e30ff8385

View file

@ -152,7 +152,7 @@ PciIsDatacenter(VOID)
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 */