diff --git a/src/lte/model/eps-bearer.h b/src/lte/model/eps-bearer.h index 3aae02f67..e45f120af 100644 --- a/src/lte/model/eps-bearer.h +++ b/src/lte/model/eps-bearer.h @@ -55,8 +55,8 @@ struct AllocationRetentionPriority */ AllocationRetentionPriority (); uint8_t priorityLevel; // /< 1-15; 1 = highest - bool preemprionCapability; // /< true if bearer can preempt others - bool preemprionVulnerability; // true if bearer can be preempted by others + bool preemptionCapability; // /< true if bearer can preempt others + bool preemptionVulnerability; // true if bearer can be preempted by others }; /**