From d44565d19bd106f82002350aee1c08dcc5c1cf54 Mon Sep 17 00:00:00 2001 From: Sidharth Kshatriya Date: Mon, 23 Sep 2024 10:01:18 +0530 Subject: [PATCH] fix typo in #define --- src/test/util_syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/util_syscall.h b/src/test/util_syscall.h index cc581047a09..76c318d3c7d 100644 --- a/src/test/util_syscall.h +++ b/src/test/util_syscall.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; c-basic-offset: 2; indent-tabs-mode: nil; -*- */ #ifndef RRUTIL_SYSCALL_H -#define RRUTIL_SYSCLAL_H +#define RRUTIL_SYSCALL_H #include