[REFACTOR] Fix spelling in comments

Signed-off-by: Fuad Tabba <tabba@google.com>
Change-Id: I605eadd92adc2e1a9111c248fc203440deb66ce4
diff --git a/src/api.c b/src/api.c
index 61e8698..418ce50 100644
--- a/src/api.c
+++ b/src/api.c
@@ -821,8 +821,8 @@
 	 * operation to ensure there will be sufficient memory to recover from
 	 * any failures.
 	 *
-	 * TODO: the scope of the can be reduced but will require restructuring
-	 *       to keep a single unlock point.
+	 * TODO: the scope can be reduced but will require restructuring to
+	 *       keep a single unlock point.
 	 */
 	vm_locked = vm_lock(vm);