summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/action_set.h')
-rw-r--r--src/mongo/db/auth/action_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/action_set.h b/src/mongo/db/auth/action_set.h
index 7a25687b625..09cb1128341 100644
--- a/src/mongo/db/auth/action_set.h
+++ b/src/mongo/db/auth/action_set.h
@@ -24,7 +24,7 @@ namespace mongo {
/*
* An ActionSet is a bitmask of ActionTypes that represents a set of actions.
- * These are the actions that a Privilege can grant a principal to perform on a resource.
+ * These are the actions that a Privilege can grant a user to perform on a resource.
*/
class ActionSet {
public: