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