diff --git a/docs/what_is_hip.rst b/docs/what_is_hip.rst index f5afec2d08..29cc8b5006 100644 --- a/docs/what_is_hip.rst +++ b/docs/what_is_hip.rst @@ -68,7 +68,7 @@ C++ runtime API For the AMD ROCm platform, HIP provides headers and a runtime library built on top of HIP-Clang compiler in the repository -:doc:`Common Language Runtime (CLR) `. The HIP runtime +:doc:`Compute Language Runtime (CLR) `. The HIP runtime implements HIP streams, events, and memory APIs, and is an object library that is linked with the application. The source code for all headers and the library implementation is available on GitHub.