mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:13:18 +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
|
else
|
||||||
{
|
{
|
||||||
/* This scenario shouldn't happen yet, since SetupDD isn't used */
|
/* 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 */
|
/* Return if this is Datacenter or not */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue