diff options
Diffstat (limited to 'src/lib/subsys/subsys.h')
-rw-r--r-- | src/lib/subsys/subsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subsys/subsys.h b/src/lib/subsys/subsys.h index 4cff5f0b6e..abfc82d56a 100644 --- a/src/lib/subsys/subsys.h +++ b/src/lib/subsys/subsys.h @@ -194,7 +194,7 @@ typedef struct subsys_fns_t { /** * Return a list of metrics store of this subsystem. This is called - * everytime a request arrives on the MetricsPort. + * every time a request arrives on the MetricsPort. * * The list MUST contain metrics_store_t object and contains entries so it * can be formatted for the metrics port. |