fixed typo in eps-bearer.h
authorNicola Baldo <nbaldo@cttc.es>
Mon, 21 Jan 2013 17:10:14 +0100
changeset 9224 16af460a31ab
parent 9223 0037859c17c9
child 9225 ab36d84c2354
fixed typo in eps-bearer.h
src/lte/model/eps-bearer.h
--- a/src/lte/model/eps-bearer.h	Wed Dec 19 17:34:54 2012 +0100
+++ b/src/lte/model/eps-bearer.h	Mon Jan 21 17:10:14 2013 +0100
@@ -55,8 +55,8 @@
    */
   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
 };
 
 /**