We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75be6f7 commit 652521dCopy full SHA for 652521d
include/linux/perf_event.h
@@ -292,7 +292,7 @@ struct pmu {
292
* -EBUSY -- @event is for this PMU but PMU temporarily unavailable
293
* -EINVAL -- @event is for this PMU but @event is not valid
294
* -EOPNOTSUPP -- @event is for this PMU, @event is valid, but not supported
295
- * -EACCESS -- @event is for this PMU, @event is valid, but no privilidges
+ * -EACCES -- @event is for this PMU, @event is valid, but no privileges
296
*
297
* 0 -- @event is for this PMU and valid
298
0 commit comments