From ea025bdb036e5a48e24c570c06197ce7cfa65bc6 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Mon, 29 Dec 2008 06:24:46 +0000 Subject: [PATCH] fix doxygen @name for ExpSystemErrorHandler patch by See issue #3963 for more details. svn path=/trunk/; revision=38439 --- reactos/ntoskrnl/ex/harderr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ex/harderr.c b/reactos/ntoskrnl/ex/harderr.c index e7e2ef3498c..084295a1d27 100644 --- a/reactos/ntoskrnl/ex/harderr.c +++ b/reactos/ntoskrnl/ex/harderr.c @@ -23,7 +23,7 @@ PEPROCESS ExpDefaultErrorPortProcess = NULL; /* FUNCTIONS ****************************************************************/ /*++ -* @name ExpRaiseHardError +* @name ExpSystemErrorHandler * * For now it's a stub *