Reviewed-by: Ruiyu Ni <[email protected]>
> -----Original Message----- > From: Mudusuru, Giri P > Sent: Thursday, July 7, 2016 3:48 PM > To: [email protected] > Cc: Ni, Ruiyu <[email protected]> > Subject: [edk2] [PATCH 04/16] Nt32Pkg: Series of patches to fix typos - > EFI_UNSUPPORTEDT to EFI_UNSUPPORTED > > Cc: Ruiyu Ni <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Giri P Mudusuru <[email protected]> > --- > Nt32Pkg/TimerDxe/Timer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Nt32Pkg/TimerDxe/Timer.c b/Nt32Pkg/TimerDxe/Timer.c index > c35de7a..403537a 100644 > --- a/Nt32Pkg/TimerDxe/Timer.c > +++ b/Nt32Pkg/TimerDxe/Timer.c > @@ -497,7 +497,7 @@ Returns: > > EFI_SUCCESS - The soft timer interrupt was generated. > > - EFI_UNSUPPORTEDT - The platform does not support the generation of > soft timer interrupts. > + EFI_UNSUPPORTED - The platform does not support the generation of > soft timer interrupts. > > --*/ > { > -- > 2.9.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

