From f8cc2d176d2454b7c66a259fc1156d5e50ee50fb Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Tue, 23 Jun 2020 14:12:13 +0200 Subject: [PATCH] Fix typo --- srsue/hdr/phy/sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsue/hdr/phy/sync.h b/srsue/hdr/phy/sync.h index 96d136331..7dce0ba6a 100644 --- a/srsue/hdr/phy/sync.h +++ b/srsue/hdr/phy/sync.h @@ -171,7 +171,7 @@ private: * The PHY shall not call run_stack_tti when the PHY has reserved a worker. * * Since the sync thread has reserved a worker in camping state, the PHY shall not call the stack in this state. - * Otherwise, there a risk that the stack tries to reserve the same worker for configuration. + * Otherwise, there is a risk that the stack tries to reserve the same worker for configuration. */ void run_stack_tti();