From: Robert Pengelly Date: Thu, 4 Sep 2025 11:49:22 +0000 (+0100) Subject: Typo fixes X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=75194e2dd41e3cb4b998ac2382240771b10c4e51;p=sar.git Typo fixes --- 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 */