aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Kelly <jack@openclimatefix.org>2024-02-12 19:26:36 +0000
committerJack Kelly <jack@openclimatefix.org>2024-02-12 19:27:28 +0000
commite0cd9a5164e98e514bd443f4d177a83c1008a818 (patch)
treee6f1ef6d4167af991ac5a7b53fbf4da8b3dd77b0
parent53141161ad930b25f6e5f8f7111c392ac163bf71 (diff)
downloadliburing-e0cd9a5164e98e514bd443f4d177a83c1008a818.tar.gz
test/openat2.c: fix tiny typo in description.
Change the file's description to: "run various openat2(2) tests". Signed-off-by: Jack Kelly <jack@openclimatefix.org>
-rw-r--r--test/openat2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openat2.c b/test/openat2.c
index 34c0f853..d2cf56c0 100644
--- a/test/openat2.c
+++ b/test/openat2.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT */
/*
- * Description: run various openat(2) tests
+ * Description: run various openat2(2) tests
*
*/
#include <errno.h>