summaryrefslogtreecommitdiffstats
path: root/sbin/mount_umap/mount_umap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_umap/mount_umap.c')
-rw-r--r--sbin/mount_umap/mount_umap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount_umap/mount_umap.c b/sbin/mount_umap/mount_umap.c
index ae2ce22..c7e31c6 100644
--- a/sbin/mount_umap/mount_umap.c
+++ b/sbin/mount_umap/mount_umap.c
@@ -68,12 +68,12 @@ static char sccsid[] = "@(#)mount_umap.c 8.3 (Berkeley) 3/27/94";
/*
* This routine provides the user interface to mounting a umap layer.
- * It takes 4 mandatory parameters. The mandatory arguments are the place
+ * It takes 4 mandatory parameters. The mandatory arguments are the place
* where the next lower level is mounted, the place where the umap layer is to
* be mounted, the name of the user mapfile, and the name of the group
* mapfile. The routine checks the ownerships and permissions on the
* mapfiles, then opens and reads them. Then it calls mount(), which
- * will, in turn, call the umap version of mount.
+ * will, in turn, call the umap version of mount.
*/
struct mntopt mopts[] = {
@@ -130,7 +130,7 @@ main(argc, argv)
#ifdef MAPSECURITY
/*
* Check that group and other don't have write permissions on
- * this mapfile, and that the mapfile belongs to root.
+ * this mapfile, and that the mapfile belongs to root.
*/
if (fstat(fileno(fp), &statbuf))
err(1, "%s%s", mapfile, not);
@@ -177,7 +177,7 @@ main(argc, argv)
#ifdef MAPSECURITY
/*
* Check that group and other don't have write permissions on
- * this group mapfile, and that the file belongs to root.
+ * this group mapfile, and that the file belongs to root.
*/
if (fstat(fileno(gfp), &statbuf))
err(1, "%s%s", gmapfile, not);
OpenPOWER on IntegriCloud