Fix function name in comment.
Change-Id: I68495303eeb0c39cace18ea612cf488350ec1968
diff --git a/src/api.c b/src/api.c
index 586b98b..616b26c 100644
--- a/src/api.c
+++ b/src/api.c
@@ -720,9 +720,10 @@
}
/**
- * Determines the value to be returned by api_vm_configure and ffa_rx_release
- * after they've succeeded. If a secondary VM is running and there are waiters,
- * it also switches back to the primary VM for it to wake waiters up.
+ * Determines the value to be returned by api_ffa_rxtx_map and
+ * api_ffa_rx_release after they've succeeded. If a secondary VM is running and
+ * there are waiters, it also switches back to the primary VM for it to wake
+ * waiters up.
*/
static struct ffa_value api_waiter_result(struct vm_locked locked_vm,
struct vcpu *current,