|
@@ -44,7 +44,7 @@ import org.apache.hadoop.security.UserGroupInformation;
|
|
|
* The state of this class need not be synchronized as it has data structures that
|
|
|
* are read-only.
|
|
|
*
|
|
|
- * Some of the helper methods are gaurded by {@link FSNamesystem#readLock()}.
|
|
|
+ * Some of the helper methods are guarded by {@link FSNamesystem#readLock()}.
|
|
|
*/
|
|
|
public class FSPermissionChecker implements AccessControlEnforcer {
|
|
|
static final Log LOG = LogFactory.getLog(UserGroupInformation.class);
|