Fix function comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7636 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
niry
2009-02-24 07:47:59 +00:00
parent eac564ea93
commit 5be56d99a9
2 changed files with 11 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ struct _MTFTP4_SERVICE {
UINT16 ChildrenNum;
LIST_ENTRY Children;
EFI_EVENT Timer; // Ticking timer for all the MTFTP clients
EFI_EVENT Timer; ///< Ticking timer for all the MTFTP clients
EFI_EVENT TimerToGetMap;
EFI_HANDLE Controller;