Skip to content
Snippets Groups Projects
Commit a4c4d3c4 authored by Alistair Veitch's avatar Alistair Veitch
Browse files

fix feature/function typo

parent 925e4a63
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ enum census_features {
CENSUS_FEATURE_TRACING | CENSUS_FEATURE_STATS | CENSUS_FEATURE_CPU
};
/** Shutdown and startup census subsystem. The 'functions' argument should be
/** Shutdown and startup census subsystem. The 'features' argument should be
* the OR (|) of census_features values. If census fails to initialize, then
* census_initialize() will return a non-zero value. It is an error to call
* census_initialize() more than once (without an intervening
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment