summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_set.h
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-05-23 14:43:58 -0400
committerSpencer T Brody <spencer@10gen.com>2013-05-23 16:39:14 -0400
commit79c14ac356818963e3e12611dad032719de27e0f (patch)
tree0d3112cce3460d88009c7efedea2ebc155d406d4 /src/mongo/db/auth/action_set.h
parent454b52fc53c44b7b5be09ce51c140b501ef98a74 (diff)
downloadmongo-79c14ac356818963e3e12611dad032719de27e0f.tar.gz
Rename PrincipalName to UserName
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: