Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2025 06:45:39 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: faf7c4ad59df - stable/13 - udf: Fix a typo in a source code comment
Message-ID:  <202505080645.5486jdxL023626@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=faf7c4ad59df3a6870a9aa8d80767bd750991817

commit faf7c4ad59df3a6870a9aa8d80767bd750991817
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:28 +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 efc216bc7635..4c9208642dea 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505080645.5486jdxL023626>