summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerdes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commit396b11447523f0a81228e0735758e09c792bcb5b (patch)
tree3c760cd87265a5a428738ce4b995557356f1d86b /sys/gnu
parent86e1a21b7908937d1545c2d878f7be7e149558aa (diff)
downloadFreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.zip
FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.tar.gz
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/ext2fs/COPYRIGHT.INFO2
-rw-r--r--sys/gnu/ext2fs/ext2_alloc.c2
-rw-r--r--sys/gnu/ext2fs/ext2_vnops.c2
-rw-r--r--sys/gnu/fs/ext2fs/COPYRIGHT.INFO2
-rw-r--r--sys/gnu/fs/ext2fs/ext2_alloc.c2
-rw-r--r--sys/gnu/fs/ext2fs/ext2_vnops.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/gnu/ext2fs/COPYRIGHT.INFO b/sys/gnu/ext2fs/COPYRIGHT.INFO
index bbb0214..14b2ff9 100644
--- a/sys/gnu/ext2fs/COPYRIGHT.INFO
+++ b/sys/gnu/ext2fs/COPYRIGHT.INFO
@@ -3,7 +3,7 @@ by him using the CSRG sources. Those files are covered by the Berkeley-style
copyright. However the following files are covered by GPL. Since the policy
of the FreeBSD project is to keep the files with the more restrictive
copyright in the gnu tree and it is a good idea to keep the filesystem code
-all together, the EXT2FS in it's entirety resides under the gnu tree. Note
+all together, the EXT2FS in its entirety resides under the gnu tree. Note
that only the files below are under the GPL. In the eventuality that these
files are redesigned or rewritten, this tree can be moved back into the less
restrictive FreeBSD tree.
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c
index cfd4ac9..5ac3ba9 100644
--- a/sys/gnu/ext2fs/ext2_alloc.c
+++ b/sys/gnu/ext2fs/ext2_alloc.c
@@ -474,7 +474,7 @@ ext2_blkpref(ip, lbn, indx, bap, blocknr)
return bap[tmp];
/* else let's fall back to the blocknr, or, if there is none,
- follow the rule that a block should be allocated near it's inode
+ follow the rule that a block should be allocated near its inode
*/
return blocknr ? blocknr :
(daddr_t)(ip->i_block_group *
diff --git a/sys/gnu/ext2fs/ext2_vnops.c b/sys/gnu/ext2fs/ext2_vnops.c
index 61a0a5a..f533012 100644
--- a/sys/gnu/ext2fs/ext2_vnops.c
+++ b/sys/gnu/ext2fs/ext2_vnops.c
@@ -938,7 +938,7 @@ ext2_mkdir(ap)
ip->i_flag |= IN_CHANGE;
}
- /* Directory set up, now install it's entry in the parent directory. */
+ /* Directory set up, now install its entry in the parent directory. */
error = ext2_direnter(ip, dvp, cnp);
if (error) {
dp->i_nlink--;
diff --git a/sys/gnu/fs/ext2fs/COPYRIGHT.INFO b/sys/gnu/fs/ext2fs/COPYRIGHT.INFO
index bbb0214..14b2ff9 100644
--- a/sys/gnu/fs/ext2fs/COPYRIGHT.INFO
+++ b/sys/gnu/fs/ext2fs/COPYRIGHT.INFO
@@ -3,7 +3,7 @@ by him using the CSRG sources. Those files are covered by the Berkeley-style
copyright. However the following files are covered by GPL. Since the policy
of the FreeBSD project is to keep the files with the more restrictive
copyright in the gnu tree and it is a good idea to keep the filesystem code
-all together, the EXT2FS in it's entirety resides under the gnu tree. Note
+all together, the EXT2FS in its entirety resides under the gnu tree. Note
that only the files below are under the GPL. In the eventuality that these
files are redesigned or rewritten, this tree can be moved back into the less
restrictive FreeBSD tree.
diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c
index cfd4ac9..5ac3ba9 100644
--- a/sys/gnu/fs/ext2fs/ext2_alloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_alloc.c
@@ -474,7 +474,7 @@ ext2_blkpref(ip, lbn, indx, bap, blocknr)
return bap[tmp];
/* else let's fall back to the blocknr, or, if there is none,
- follow the rule that a block should be allocated near it's inode
+ follow the rule that a block should be allocated near its inode
*/
return blocknr ? blocknr :
(daddr_t)(ip->i_block_group *
diff --git a/sys/gnu/fs/ext2fs/ext2_vnops.c b/sys/gnu/fs/ext2fs/ext2_vnops.c
index 61a0a5a..f533012 100644
--- a/sys/gnu/fs/ext2fs/ext2_vnops.c
+++ b/sys/gnu/fs/ext2fs/ext2_vnops.c
@@ -938,7 +938,7 @@ ext2_mkdir(ap)
ip->i_flag |= IN_CHANGE;
}
- /* Directory set up, now install it's entry in the parent directory. */
+ /* Directory set up, now install its entry in the parent directory. */
error = ext2_direnter(ip, dvp, cnp);
if (error) {
dp->i_nlink--;
OpenPOWER on IntegriCloud