From fe4fa932692819317daa3fad04692b1533be5bf7 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 24 Feb 2023 07:53:13 +0100 Subject: [PATCH] fstyp: Fix typos Signed-off-by: Elyes Haouas Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653 --- usr.sbin/fstyp/hammer_disk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/fstyp/hammer_disk.h b/usr.sbin/fstyp/hammer_disk.h index 205c9fb64fd..8b5654f748f 100644 --- a/usr.sbin/fstyp/hammer_disk.h +++ b/usr.sbin/fstyp/hammer_disk.h @@ -910,7 +910,7 @@ typedef struct hammer_inode_data { } *hammer_inode_data_t; /* - * Neither mtime nor atime upates are CRCd by the B-Tree element. + * Neither mtime nor atime updates are CRCd by the B-Tree element. * mtime updates have UNDO, atime updates do not. */ #define HAMMER_INODE_CRCSIZE \ @@ -1038,7 +1038,7 @@ typedef struct hammer_pseudofs_data *hammer_pseudofs_data_t; * Snapshot meta-data { Objid = HAMMER_OBJID_ROOT, Key = tid, rectype = SNAPSHOT }. * * Snapshot records replace the old /snapshots/ methodology. Snapshot - * records are mirrored but may be independantly managed once they are laid down on + * records are mirrored but may be independently managed once they are laid down on * a slave. * * NOTE: The b-tree key is signed, the tid is not, so callers must still sort the -- 2.45.0