diff options
Diffstat (limited to 'DuetPkg/DxeIpl/Ia32/Paging.c')
-rw-r--r-- | DuetPkg/DxeIpl/Ia32/Paging.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DuetPkg/DxeIpl/Ia32/Paging.c b/DuetPkg/DxeIpl/Ia32/Paging.c index dbc43a3080..ff38dc33c4 100644 --- a/DuetPkg/DxeIpl/Ia32/Paging.c +++ b/DuetPkg/DxeIpl/Ia32/Paging.c @@ -1,4 +1,4 @@ -/*++
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -16,7 +16,7 @@ Abstract: Revision History:
---*/
+**/
#include "DxeIpl.h"
#include "HobGeneration.h"
|