Whamcloud - gitweb
LU-6245 utils: remove libcfs.h from lustre utilities code
[fs/lustre-release.git] / lustre / utils / l_getidentity.c
index 9f357a4..46bd22c 100644 (file)
@@ -49,7 +49,6 @@
 #include <syslog.h>
 
 #include <libcfs/util/string.h>
-#include <libcfs/libcfs.h>
 #include <lnet/nidstr.h>
 #include <lustre/lustre_user.h>
 #include <lustre/lustre_idl.h>
@@ -65,7 +64,7 @@
  * the valid values for perms are:
  * setuid/setgid/setgrp/rmtacl           -- enable corresponding perm
  * nosetuid/nosetgid/nosetgrp/normtacl   -- disable corresponding perm
- * they can be listed together, seperated by ',',
+ * they can be listed together, separated by ',',
  * when perm and noperm are in the same line (item), noperm is preferential,
  * when they are in different lines (items), the latter is preferential,
  * '*' nid is as default perm, and is not preferential.