From 53429b357dd66e7067e2cb11b6fb572dcbdac544 Mon Sep 17 00:00:00 2001 From: Gnanakeethan Balasubramaniam Date: Tue, 10 Oct 2023 06:16:59 +0530 Subject: [PATCH] Typo fix Signed-off-by: Gnanakeethan Balasubramaniam --- docs/implementations/tdp-finder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/implementations/tdp-finder.md b/docs/implementations/tdp-finder.md index 35de97662..5122faa21 100644 --- a/docs/implementations/tdp-finder.md +++ b/docs/implementations/tdp-finder.md @@ -2,7 +2,7 @@ ## Scope -The TDP Finder model enables finding the TDP of a known processor in the mode. The TDP is then used by other models to calculate the e-cpu value. +The TDP Finder model enables finding the TDP of a known processor in the model dataset. The TDP is then used by other models to calculate the e-cpu value. ## Implementation