Merge branch 'kvm-tsx-ctrl' into HEAD
[sfrench/cifs-2.6.git] / include / linux / perf_event.h
index e9768bfc76f69edcdf1ef47156ad216793c8e4fb..a07bfdb7d8ea139792bb37f0ce042393acaadeee 100644 (file)
@@ -292,7 +292,7 @@ struct pmu {
         *  -EBUSY      -- @event is for this PMU but PMU temporarily unavailable
         *  -EINVAL     -- @event is for this PMU but @event is not valid
         *  -EOPNOTSUPP -- @event is for this PMU, @event is valid, but not supported
-        *  -EACCESS    -- @event is for this PMU, @event is valid, but no privilidges
+        *  -EACCES     -- @event is for this PMU, @event is valid, but no privileges
         *
         *  0           -- @event is for this PMU and valid
         *