git: fe4fa9326928 - main - fstyp: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:34:14 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=fe4fa932692819317daa3fad04692b1533be5bf7 commit fe4fa932692819317daa3fad04692b1533be5bf7 Author: Elyes Haouas <ehaouas@noos.fr> AuthorDate: 2023-02-24 06:53:13 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-06-02 02:33:41 +0000 fstyp: Fix typos Signed-off-by: Elyes Haouas <ehaouas@noos.fr> 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 205c9fb64fd4..8b5654f748fa 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 <fs>/snapshots/<softlink> 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