Fix wrong use of comma

As the sentence ended, it should be a '.' but not comma.

Change-Id: I6b0233146692492ef9017b97f77b652672b39d9e
This commit is contained in:
Einst Crazy 2016-01-07 11:02:43 +08:00
parent db43b4cd84
commit 49bff50f38

View File

@ -42,7 +42,7 @@ class EventFactory(object):
event_val.eventType = eventType
# TODO(mrutkows): CADF is only being used for basic
# 'activity' auditing (on APIs), An IF-ELIF will
# 'activity' auditing (on APIs). An IF-ELIF will
# become more meaningful as we add support for other
# event types.
# elif eventType == cadftype.EVENTTYPE_MONITOR: