git: f6674f74fb29 - main - udf: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 May 2025 08:47:46 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=f6674f74fb299821d0f159b9f11cf7dd9b3e70ad
commit f6674f74fb299821d0f159b9f11cf7dd9b3e70ad
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-05-05 08:47:23 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-05-05 08:47:23 +0000
udf: Fix a typo in a source code comment
- s/demostrates/demonstrates/
MFC after: 3 days
---
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