From 900413c3a6b52cd61e09ad98049ce53aa3ac77de Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Sun, 15 Feb 2015 03:27:25 +0900 Subject: [PATCH] sys/vfs/hammer2: fix typos - Fix trivial typos in comments. --- sys/vfs/hammer2/hammer2_disk.h | 2 +- sys/vfs/hammer2/hammer2_vfsops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/vfs/hammer2/hammer2_disk.h b/sys/vfs/hammer2/hammer2_disk.h index c6fba0000a..6b933aec70 100644 --- a/sys/vfs/hammer2/hammer2_disk.h +++ b/sys/vfs/hammer2/hammer2_disk.h @@ -318,7 +318,7 @@ /* LEVEL5 is a set of 8 blockrefs in the volume header 16EB */ /* - * Freemap radii. Note that the LEVEL 1 blockref points to a 64KB freemap + * Freemap radix. Note that the LEVEL 1 blockref points to a 64KB freemap * block containing 1024 x LEVEL0 hammer2_bmap_data structures. LEVEL 0 * represents one structure. */ diff --git a/sys/vfs/hammer2/hammer2_vfsops.c b/sys/vfs/hammer2/hammer2_vfsops.c index 0887205eab..80072c4a21 100644 --- a/sys/vfs/hammer2/hammer2_vfsops.c +++ b/sys/vfs/hammer2/hammer2_vfsops.c @@ -2439,7 +2439,7 @@ hammer2_vfs_checkexp(struct mount *mp, struct sockaddr *nam, } /* - * Support code for hammer2_mount(). Read, verify, and install the volume + * Support code for hammer2_vfs_mount(). Read, verify, and install the volume * header into the HMP * * XXX read four volhdrs and use the one with the highest TID whos CRC -- 2.41.0