[PATCH] Documentation/llvm: fix typo in link

ndesaulniers@google.com posted 1 patch 2 years, 3 months ago
Documentation/kbuild/llvm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation/llvm: fix typo in link
Posted by ndesaulniers@google.com 2 years, 3 months ago
Fixes the following observed build failure from `make htmldocs`:
  Documentation/kbuild/llvm.rst:127: ERROR: Unknown target name:
  "reprocible_builds".

Fixes: bda09c0e14a4 ("Documentation/llvm: refresh docs")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20230828145737.6ff53bc9@canb.auug.org.au/
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
---
 Documentation/kbuild/llvm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
index 384622dd36b7..b1d97fafddcf 100644
--- a/Documentation/kbuild/llvm.rst
+++ b/Documentation/kbuild/llvm.rst
@@ -126,7 +126,7 @@ Ccache
 
 ``ccache`` can be used with ``clang`` to improve subsequent builds, (though
 KBUILD_BUILD_TIMESTAMP_ should be set to a deterministic value between builds
-in order to avoid 100% cache misses, see Reprocible_builds_ for more info):
+in order to avoid 100% cache misses, see Reproducible_builds_ for more info):
 
 	KBUILD_BUILD_TIMESTAMP='' make LLVM=1 CC="ccache clang"
 

---
base-commit: 2ee82481c392eec06a7ef28df61b7f0d8e45be2e
change-id: 20230828-docs_fixup-d3a355adf8f0

Best regards,
-- 
Nick Desaulniers <ndesaulniers@google.com>
Re: [PATCH] Documentation/llvm: fix typo in link
Posted by Masahiro Yamada 2 years, 3 months ago
On Tue, Aug 29, 2023 at 8:20 AM <ndesaulniers@google.com> wrote:
>
> Fixes the following observed build failure from `make htmldocs`:
>   Documentation/kbuild/llvm.rst:127: ERROR: Unknown target name:
>   "reprocible_builds".
>
> Fixes: bda09c0e14a4 ("Documentation/llvm: refresh docs")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/linux-next/20230828145737.6ff53bc9@canb.auug.org.au/
> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
> ---

I will squash this into your original commit.

Thanks.



-- 
Best Regards
Masahiro Yamada