From 2a254b9046b5f33d0495a3e28deaff48cc64a76e Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 22 Apr 2008 05:16:14 +0000 Subject: Fix typo in comment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5108 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/Ia32/Non-existing.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdePkg/Library/BaseLib/Ia32') diff --git a/MdePkg/Library/BaseLib/Ia32/Non-existing.c b/MdePkg/Library/BaseLib/Ia32/Non-existing.c index 3a835fb7ee..96e90de64d 100644 --- a/MdePkg/Library/BaseLib/Ia32/Non-existing.c +++ b/MdePkg/Library/BaseLib/Ia32/Non-existing.c @@ -31,9 +31,9 @@ specified by Context1 and Context2. Context1 and Context2 are optional and may be 0. The function EntryPoint must never return. - @param Cs The 16-bit selector to load in the CS before EntryPoint - is called. The descriptor in the GDT that this selector - references must be setup for 32-bit protected mode. + @param CodeSelector The 16-bit selector to load in the CS before EntryPoint + is called. The descriptor in the GDT that this selector + references must be setup for 32-bit protected mode. @param EntryPoint The 64-bit virtual address of the function to call with the new stack after paging is disabled. @param Context1 The 64-bit virtual address of the context to pass into -- cgit v1.2.3