mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[PCIX]
Fix a comment. svn path=/trunk/; revision=58155
This commit is contained in:
parent
cb2a5efc11
commit
5e30ff8385
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue