Revision: 17046 http://sourceforge.net/p/edk2/code/17046 Author: shenshushi Date: 2015-03-13 08:18:19 +0000 (Fri, 13 Mar 2015) Log Message: ----------- SourceLevelDebugPkg: Fix typo.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu <shumin....@intel.com> Reviewed-by: Jeff Fan <jeff....@intel.com> Modified Paths: -------------- trunk/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c trunk/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h Modified: trunk/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c =================================================================== --- trunk/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c 2015-03-13 08:13:16 UTC (rev 17045) +++ trunk/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c 2015-03-13 08:18:19 UTC (rev 17046) @@ -293,7 +293,7 @@ } /** - Caculate Mailbox checksum and update the checksum field. + Calculate Mailbox checksum and update the checksum field. @param[in] Mailbox Debug Agent Mailbox pointer. Modified: trunk/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h =================================================================== --- trunk/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h 2015-03-13 08:13:16 UTC (rev 17045) +++ trunk/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h 2015-03-13 08:18:19 UTC (rev 17046) @@ -338,7 +338,7 @@ ); /** - Caculate Mailbox checksum and update the checksum field. + Calculate Mailbox checksum and update the checksum field. @param[in] Mailbox Debug Agent Mailbox pointer. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits