git: 2fc0540469cb - stable/14 - udf: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 May 2025 06:45:20 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=2fc0540469cb188d88b762ced19b1c059cb95ebb commit 2fc0540469cb188d88b762ced19b1c059cb95ebb Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-05-05 08:47:23 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-05-08 06:45:07 +0000 udf: Fix a typo in a source code comment - s/demostrates/demonstrates/ (cherry picked from commit f6674f74fb299821d0f159b9f11cf7dd9b3e70ad) --- sys/fs/udf/udf_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/udf/udf_vfsops.c b/sys/fs/udf/udf_vfsops.c index 866d0172f745..c7438147c0a0 100644 --- a/sys/fs/udf/udf_vfsops.c +++ b/sys/fs/udf/udf_vfsops.c @@ -32,7 +32,7 @@ /* * Ok, here's how it goes. The UDF specs are pretty clear on how each data * structure is made up, but not very clear on how they relate to each other. - * Here is the skinny... This demostrates a filesystem with one file in the + * Here is the skinny... This demonstrates a filesystem with one file in the * root directory. Subdirectories are treated just as normal files, but they * have File Id Descriptors of their children as their file data. As for the * Anchor Volume Descriptor Pointer, it can exist in two of the following three