fix: minor correction in MCS_CATS range comment
Signed-off-by: Rick Alther <alther@acm.org>
This commit is contained in:
parent
6507eebc23
commit
72fc1b2a3e
|
@ -73,7 +73,7 @@ MLS_SENS = 16
|
||||||
MLS_CATS = 1024
|
MLS_CATS = 1024
|
||||||
|
|
||||||
# Number of MCS Categories
|
# Number of MCS Categories
|
||||||
# The categories will be c0 to c(MLS_CATS-1).
|
# The categories will be c0 to c(MCS_CATS-1).
|
||||||
MCS_CATS = 1024
|
MCS_CATS = 1024
|
||||||
|
|
||||||
# Set this to y to only display status messages
|
# Set this to y to only display status messages
|
||||||
|
|
Loading…
Reference in New Issue