aboutsummaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2025-04-14 10:12:50 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-04-14 10:12:50 -0300
commit1f8f322823afd67a7ea1adad454332aa1b040254 (patch)
treed3ad7cff1bb116bf048e10cebe9d251231dd3796 /posix
parent1d7834cac3d8a570b84bf1af1205a6897b747a01 (diff)
downloadglibc-1f8f322823afd67a7ea1adad454332aa1b040254.tar.xz
glibc-1f8f322823afd67a7ea1adad454332aa1b040254.zip
Fix spelling mistake "trucate" -> "truncate"
There is a spelling mistake in a test filename. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'posix')
-rw-r--r--posix/tst-truncate-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-truncate-common.c b/posix/tst-truncate-common.c
index 19c96b712e..20ce168853 100644
--- a/posix/tst-truncate-common.c
+++ b/posix/tst-truncate-common.c
@@ -36,7 +36,7 @@ static int temp_fd;
static void
do_prepare (void)
{
- temp_fd = create_temp_file ("tst-trucate.", &temp_filename);
+ temp_fd = create_temp_file ("tst-truncate.", &temp_filename);
if (temp_fd == -1)
{
printf ("cannot create temporary file: %m\n");