1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

Fix misspellings in sysdeps/unix -- BZ 25337

Applying this commit results in bit-identical rebuild of
libc.so.6 math/libm.so.6 elf/ld-linux-x86-64.so.2 mathvec/libmvec.so.1

Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
Paul Pluzhnikov
2023-05-23 10:50:31 +00:00
parent 1e9d5987fd
commit d13733c166
69 changed files with 87 additions and 87 deletions

View File

@@ -139,7 +139,7 @@ __statfs_link_max (int result, const struct statfs *fsbuf, const char *file,
/* Not possible, return the default value. */
return LINUX_LINK_MAX;
/* Some error occured. */
/* Some error occurred. */
return -1;
}
@@ -202,7 +202,7 @@ __statfs_filesize_max (int result, const struct statfs *fsbuf)
/* Not possible, return the default value. */
return 32;
/* Some error occured. */
/* Some error occurred. */
return -1;
}
@@ -251,7 +251,7 @@ __statfs_symlinks (int result, const struct statfs *fsbuf)
/* Not possible, return the default value. */
return 1;
/* Some error occured. */
/* Some error occurred. */
return -1;
}
@@ -286,7 +286,7 @@ __statfs_chown_restricted (int result, const struct statfs *fsbuf)
/* Not possible, return the default value. */
return 1;
/* Some error occured. */
/* Some error occurred. */
return -1;
}