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@xxxxxxxxxxxxxxxx> Closes: https://lore.kernel.org/linux-next/20230828145737.6ff53bc9@xxxxxxxxxxxxxxxx/ Signed-off-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> --- 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@xxxxxxxxxx>