[PATCH] tools/include: Fix typo depricated to deprecated
From: Vamsi Anamalamudi
Date: Sat Nov 23 2024 - 06:52:02 EST
Fix the incorrect word depricated to correct word deprecated
Signed-off-by: Vamsi Anamalamudi <vamsi.anamalamudi@xxxxxxxxx>
---
tools/include/uapi/linux/perf_event.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/include/uapi/linux/perf_event.h b/tools/include/uapi/linux/perf_event.h
index 4842c36fd..17de65b12 100644
--- a/tools/include/uapi/linux/perf_event.h
+++ b/tools/include/uapi/linux/perf_event.h
@@ -1320,7 +1320,7 @@ union perf_mem_data_src {
#define PERF_MEM_OP_SHIFT 0
/*
- * PERF_MEM_LVL_* namespace being depricated to some extent in the
+ * PERF_MEM_LVL_* namespace being deprecated to some extent in the
* favour of newer composite PERF_MEM_{LVLNUM_,REMOTE_,SNOOPX_} fields.
* Supporting this namespace inorder to not break defined ABIs.
*
--
2.39.3 (Apple Git-146)