From 90fa31f6b4b9393894c2f88f48506e6de3873810 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 15:39:19 +0000 Subject: [PATCH] automated code cleanup date 2004.04.27.18.26.00; author rmoore1; state Exp; --- source/common/adisasm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/common/adisasm.c b/source/common/adisasm.c index 21264108c..f5a15e101 100644 --- a/source/common/adisasm.c +++ b/source/common/adisasm.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: adisasm - Application-level disassembler routines - * $Revision: 1.66 $ + * $Revision: 1.67 $ * *****************************************************************************/ @@ -548,9 +548,9 @@ AdAmlDisassemble ( } /* - * TBD: We want to cross reference the namespace here, in order to + * TBD: We want to cross reference the namespace here, in order to * generate External() statements. The problem is that the parse - * tree is in run-time (interpreter) format, not compiler format, + * tree is in run-time (interpreter) format, not compiler format, * so we cannot directly use the function below: * * Status = LkCrossReferenceNamespace ();