summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_portalfs/pt_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mount_portalfs/pt_pipe.c')
-rw-r--r--usr.sbin/mount_portalfs/pt_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mount_portalfs/pt_pipe.c b/usr.sbin/mount_portalfs/pt_pipe.c
index fd54b7e..84ee6e4 100644
--- a/usr.sbin/mount_portalfs/pt_pipe.c
+++ b/usr.sbin/mount_portalfs/pt_pipe.c
@@ -92,7 +92,7 @@ int portal_pipe(struct portal_cred *pcr, char *key, char **v,
if (argc == 0)
return (ENOENT);
- /* Swap priviledges. */
+ /* Swap privileges. */
if (set_user_credentials(pcr, &save_area) < 0)
return (errno);
@@ -137,7 +137,7 @@ int portal_pipe(struct portal_cred *pcr, char *key, char **v,
}
done:
- /* Re-establish our priviledges. */
+ /* Re-establish our privileges. */
if (restore_credentials(&save_area) < 0)
error = errno;
OpenPOWER on IntegriCloud