diff options
| author | Ritvik Gupta <ritvikfoss@gmail.com> | 2025-02-10 04:39:37 +0000 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-02-10 10:42:28 -0700 |
| commit | 7038f9f2e86d506c6a43079864e0112045202a8f (patch) | |
| tree | 008940ea96ef9591dfc5b50e88235ecd1a7b87e0 /Documentation/filesystems/coda.rst | |
| parent | dc4f75a26183484ef048faefbc71fb78508b3cc4 (diff) | |
documentation/filesystems: fix spelling mistakes
Corrected the following spelling mistakes,
based on the suggestions by codespell:
1. Optionaly -> Optionally
2. prefereable -> preferable
3. peformance -> performance
4. ontext -> context
5. failuer -> failure
6. poiners -> pointers
7. realtively -> relatively
8. uptream -> upstream
Signed-off-by: Ritvik Gupta <ritvikfoss@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250210043937.30952-1-ritvikfoss@gmail.com
Diffstat (limited to 'Documentation/filesystems/coda.rst')
| -rw-r--r-- | Documentation/filesystems/coda.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/coda.rst b/Documentation/filesystems/coda.rst index bdde7e4e010b..0db3c83a50e5 100644 --- a/Documentation/filesystems/coda.rst +++ b/Documentation/filesystems/coda.rst @@ -141,7 +141,7 @@ kernel support. a process P which accessing a Coda file. It makes a system call which traps to the OS kernel. Examples of such calls trapping to the kernel are ``read``, ``write``, ``open``, ``close``, ``create``, ``mkdir``, - ``rmdir``, ``chmod`` in a Unix ontext. Similar calls exist in the Win32 + ``rmdir``, ``chmod`` in a Unix context. Similar calls exist in the Win32 environment, and are named ``CreateFile``. Generally the operating system handles the request in a virtual |