ACPI: NUMA: fix typo in a comment
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 5 Jun 2021 07:30:19 +0000 (09:30 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Jun 2021 14:41:10 +0000 (16:41 +0200)
Fix a typo in comment related to the closing #endif of an include-guard.
s/__ACP_NUMA_H/__ACPI_NUMA_H/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/acpi_numa.h

index 40a91ce87e04ecc0d39794ade7521e8520a4c64e..68e4d80c1b3266752f96a4510ad9d5fefe605f32 100644 (file)
@@ -43,4 +43,4 @@ static inline void disable_hmat(void)
 {
 }
 #endif                         /* CONFIG_ACPI_HMAT */
-#endif                         /* __ACP_NUMA_H */
+#endif                         /* __ACPI_NUMA_H */