summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg/Core/Dependency.c
diff options
context:
space:
mode:
Diffstat (limited to 'StandaloneMmPkg/Core/Dependency.c')
-rw-r--r--StandaloneMmPkg/Core/Dependency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StandaloneMmPkg/Core/Dependency.c b/StandaloneMmPkg/Core/Dependency.c
index 7c6e76748b..e0f2d35183 100644
--- a/StandaloneMmPkg/Core/Dependency.c
+++ b/StandaloneMmPkg/Core/Dependency.c
@@ -372,7 +372,7 @@ MmIsSchedulable (
// The math is done out of order, but it should not matter. That is
// we may add in the sizeof (EFI_GUID) before we account for the OP Code.
// This is not an issue, since we just need the correct end result. You
- // need to be careful using Iterator in the loop as it's intermediate value
+ // need to be careful using Iterator in the loop as its intermediate value
// may be strange.
//
Iterator++;