From 7a4ec1b03523f7bce35dc3acd134e2a3f649d4a0 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sat, 31 Oct 2020 14:35:03 +0100 Subject: [PATCH] Fix #277: Typo in the PHYS_PACK_ID (mpstat.h) Reported-by: Michal Berger Signed-off-by: Sebastien GODARD --- mpstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpstat.h b/mpstat.h index c458d6a..93a74cc 100644 --- a/mpstat.h +++ b/mpstat.h @@ -15,7 +15,7 @@ */ #define SOFTIRQS PRE "/proc/softirqs" -#define PHYS_PACK_ID "topology/pysical_package_id" +#define PHYS_PACK_ID "topology/physical_package_id" #define THREAD_SBL_LST "topology/thread_siblings_list" /* -- 2.50.1