[PATCH] tools/include: Fix typo depricated to deprecated

Vamsi Anamalamudi posted 1 patch 1 year, 2 months ago
tools/include/uapi/linux/perf_event.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] tools/include: Fix typo depricated to deprecated
Posted by Vamsi Anamalamudi 1 year, 2 months ago
Fix the incorrect word depricated to correct word deprecated

Signed-off-by: Vamsi Anamalamudi <vamsi.anamalamudi@gmail.com>
---
 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)