From 5e30ff83851520d2babf3bc749e4c1e0cb9df595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 10 Jan 2013 01:49:15 +0000 Subject: [PATCH] [PCIX] Fix a comment. svn path=/trunk/; revision=58155 --- reactos/drivers/bus/pcix/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/bus/pcix/utils.c b/reactos/drivers/bus/pcix/utils.c index c16afaf1116..bca16f24303 100644 --- a/reactos/drivers/bus/pcix/utils.c +++ b/reactos/drivers/bus/pcix/utils.c @@ -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 */