File platform.h-fix-ifdef-guard-typo.patch of Package ppc64-diag
From 1195799620c91ae797a4b733f5e02bc7f00334ca Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msuchanek@suse.de>
Date: Mon, 4 Aug 2025 12:20:24 +0200
Subject: [PATCH] platform.h: fix ifdef guard typo
---
common/platform.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/platform.h b/common/platform.h
index ae3ea21d80ed..970cc124d6b3 100644
--- a/common/platform.h
+++ b/common/platform.h
@@ -17,7 +17,7 @@
*/
#ifndef PLATFORM_H
-#define PLARFORM_H
+#define PLATFORM_H
#include <stdint.h>
--
2.50.1