diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-24 08:56:33 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-24 08:56:33 +0000 |
commit | fbf926add92ee7c528aed264b0b71442b2caef04 (patch) | |
tree | df9fe792eedfc8522463f3596ac2298eb71c27e8 /MdePkg/Include/Protocol/DriverDiagnostics.h | |
parent | f60515255d4a750b4a763de6c89830b0d224c96c (diff) | |
download | edk2-platforms-fbf926add92ee7c528aed264b0b71442b2caef04.tar.xz |
sync comments on data structure to follow latest UEFI spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9309 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DriverDiagnostics.h')
-rw-r--r-- | MdePkg/Include/Protocol/DriverDiagnostics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/DriverDiagnostics.h b/MdePkg/Include/Protocol/DriverDiagnostics.h index ee874746a9..9ca9d36ff6 100644 --- a/MdePkg/Include/Protocol/DriverDiagnostics.h +++ b/MdePkg/Include/Protocol/DriverDiagnostics.h @@ -65,7 +65,7 @@ typedef enum { the driver writer.
@param ErrorType A GUID that defines the format of the data returned in Buffer.
@param BufferSize The size, in bytes, of the data returned in Buffer.
- @param Buffer A buffer that contains a Null-terminated Unicode string
+ @param Buffer A buffer that contains a Null-terminated string
plus some additional data whose format is defined by
ErrorType. Buffer is allocated by this function with
AllocatePool(), and it is the caller's responsibility
|