From 75194e2dd41e3cb4b998ac2382240771b10c4e51 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Thu, 4 Sep 2025 12:49:22 +0100 Subject: [PATCH] Typo fixes --- stdint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdint.h b/stdint.h index 2546ea6..b0540a1 100644 --- a/stdint.h +++ b/stdint.h @@ -3,7 +3,7 @@ *****************************************************************************/ #ifndef _STDINT_H_INCLUDED #ifndef _STDINT_H -#ifndrf _STDINT_H_ +#ifndef _STDINT_H_ #define _STDINT_H_INCLUDED #define _STDINT_H @@ -33,6 +33,6 @@ typedef signed long long int64_t; typedef unsigned long long uint64_t; #endif -#endif /* _STDINT_H_ +#endif /* _STDINT_H_ */ #endif /* _STDINT_H */ #endif /* _STDINT_H_INCLUDED */ -- 2.34.1