mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[PCIX]
Fix a comment. svn path=/trunk/; revision=58155
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user