From 5da04089aa45811aab7bf3eab4e18b678a4b6cf6 Mon Sep 17 00:00:00 2001 From: Zhiyang Lu <103179313+alfaloo@users.noreply.github.com> Date: Sat, 17 May 2025 12:03:23 +0800 Subject: [PATCH] fix small typo (remove duplicate "there") --- content/english/hpc/profiling/mca.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/english/hpc/profiling/mca.md b/content/english/hpc/profiling/mca.md index 99cfe2ed..7ae336f8 100644 --- a/content/english/hpc/profiling/mca.md +++ b/content/english/hpc/profiling/mca.md @@ -60,7 +60,7 @@ Instruction Info: 1 1 0.50 jne -11 ``` -There is nothing there that there isn't in the [instruction tables](/hpc/pipelining/tables): +There is nothing there that isn't in the [instruction tables](/hpc/pipelining/tables): - how many uOps each instruction is split into; - how many cycles each instruction takes to complete (latency);