summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Include
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-16 03:03:43 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-16 03:03:43 +0000
commitdd632e25012d10ce2ec952d22aa6ef9b81859fad (patch)
treeb487f35624739a616906360a6e9bd62dd5c01a1b /IntelFrameworkModulePkg/Include
parent5e7ea54b33633bffb8208fc7a3ce5e50709721f3 (diff)
downloadedk2-dd632e25012d10ce2ec952d22aa6ef9b81859fad.tar.gz
Update comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8570 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include')
-rw-r--r--IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h b/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
index 46f5c5206..bab4aba86 100644
--- a/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
+++ b/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
@@ -2,7 +2,7 @@
GUID used to pass DEBUG() macro information through the Status Code Protocol
and Status Code PPI
- Copyright (c) 2007, Intel Corporation
+ Copyright (c) 2007 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -28,7 +28,7 @@
typedef struct {
UINT32 ErrorLevel;
//
- // 12 * sizeof (UINT64) Var Arg stack
+ // 12 * sizeof (UINT64) area to store variable arguments for format in DEBUG string
//
// ascii DEBUG () Format string
//