summaryrefslogtreecommitdiffstats
path: root/sys/netatm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm')
-rw-r--r--sys/netatm/atm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/atm.h b/sys/netatm/atm.h
index 4590475..6b36ef5 100644
--- a/sys/netatm/atm.h
+++ b/sys/netatm/atm.h
@@ -342,7 +342,7 @@ struct t_atm_bearer {
/* traffic_type */
#define T_ATM_CBR 0x01 /* Constant bit rate */
#define T_ATM_VBR 0x02 /* Variable bit rate */
-#define T_ATM_ABR 0x03 /* Available Bit Rate */ */
+#define T_ATM_ABR 0x03 /* Available Bit Rate */
#define T_ATM_UBR 0x04 /* Unspecified bit rate */
/* timing_requirements */
OpenPOWER on IntegriCloud