From 720b1f3ab482b90763e7d1ab3a362e5fc3b79f9a Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 31 Jul 2024 01:40:53 +0200 Subject: [PATCH] btrfs-progs: docs: fix new typos Last minute documentation changes before release that did not go through CI. Signed-off-by: David Sterba --- Documentation/ch-subvolume-intro.rst | 2 +- Documentation/ch-sysfs.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ch-subvolume-intro.rst b/Documentation/ch-subvolume-intro.rst index 704789cf..1ebead54 100644 --- a/Documentation/ch-subvolume-intro.rst +++ b/Documentation/ch-subvolume-intro.rst @@ -104,7 +104,7 @@ layouts. 256 0 drwxr-xr-x 1 user users 14 Jul 30 12:34 ./snap1 2 0 drwxr-xr-x 1 user users 0 Jul 30 12:34 ./snap1/subvol2 -The numbers in the first colums are inode numbers, 256 is for a regular +The numbers in the first columns are inode numbers, 256 is for a regular subvolume (or snapshot), 2 is the *empty subvolume*. The snapshotted directory representing *subvol2* does not contain the *file*. diff --git a/Documentation/ch-sysfs.rst b/Documentation/ch-sysfs.rst index 690b5bd8..f58db400 100644 --- a/Documentation/ch-sysfs.rst +++ b/Documentation/ch-sysfs.rst @@ -63,7 +63,7 @@ commit_stats total_commit_ms 170840 * *commits* - number of transaction commits since the first mount - * *last_commit_ms* - duration in miliseconds of the last commit + * *last_commit_ms* - duration in milliseconds of the last commit * *max_commit_ms* - maximum time a transaction commit took since first mount or last reset * *total_commit_ms* - sum of all transaction commit times