From d509656c6b075217db541d93ade11c8ab357a39b Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Tue, 16 Jan 2024 10:48:21 -0700 Subject: [PATCH] Fix typo (#2809) --- docs/index.md | 2 +- docs/sphinx/_toc.yml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7678507a0..6637e9b3f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -100,7 +100,7 @@ Topic overviews & background information * [Compiler disambiguation](./conceptual/compiler-disambiguation.md) * [File structure (Linux FHS)](./conceptual/file-reorg.md) * [GPU isolation techniques](./conceptual/gpu-isolation.md) -* [LLVN ASan](./conceptual/using-gpu-sanitizer.md) +* [LLVM ASan](./conceptual/using-gpu-sanitizer.md) * [Using CMake](./conceptual/cmake-packages.rst) * [ROCm & PCIe atomics](./conceptual/More-about-how-ROCm-uses-PCIe-Atomics.rst) * [Inception v3 with PyTorch](./conceptual/ai-pytorch-inception.md) diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index 6aaf50273..6668cdf12 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -91,7 +91,7 @@ subtrees: - file: conceptual/gpu-isolation.md title: GPU isolation techniques - file: conceptual/using-gpu-sanitizer.md - title: LLVN ASan + title: LLVM ASan - file: conceptual/cmake-packages.rst title: Using CMake - file: conceptual/More-about-how-ROCm-uses-PCIe-Atomics.rst