[COMMITTED] manual: Fix some typos in the Low-Level Input/Output chapter
Collin Funk <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <655656fcc6c58cc4ec9974822dbba274197e4ebd.1787888864.git.collin.funk1@gmail.com> |
---
manual/llio.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/manual/llio.texi b/manual/llio.texi
index b5c0061b25..405174839f 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -1503,7 +1503,7 @@ @node Scatter-Gather
@item RWF_ATOMIC
Indicate that the write is to be issued with torn-write prevention. The
-input buffer should follow some contraints: the total length should be
+input buffer should follow some constraints: the total length should be
power-of-2 in size and also sizes between @code{atomic_write_unit_min}
and @code{atomic_write_unit_max}, the @code{struct iovec} count should be
up to @code{atomic_write_segments_max}, and the offset should be
@@ -1886,7 +1886,7 @@ @node Memory-mapped I/O
writes to such a mapping may cause a @code{SIGSEGV} if the system is
unable to map a page due to lack of resources.
-On Linux, this flag's behavior may be overwridden by
+On Linux, this flag's behavior may be overridden by
@file{/proc/sys/vm/overcommit_memory} as documented in the proc(5) man
page.
@@ -1967,7 +1967,7 @@ @node Memory-mapped I/O
@code{PROT_EXEC} was requested but the file is on a filesystem that
was mounted with execution denied, a file seal prevented the mapping,
or the caller set MAP_HUDETLB but does not have the required
-priviledges.
+privileges.
@item EOVERFLOW
--
2.55.0