From 2642ab4291fade69fc4176a252c48986efb55243 Mon Sep 17 00:00:00 2001 From: Lucas Campos Date: Thu, 10 Jan 2019 09:45:23 +0100 Subject: [PATCH] Fix typo in README.md [ROCm/hip commit: 9b32663b0e064f99cbc8ba2a627ce0deccad7bca] --- projects/hip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/README.md b/projects/hip/README.md index 4f7f1a0123..200b2f7474 100644 --- a/projects/hip/README.md +++ b/projects/hip/README.md @@ -35,7 +35,7 @@ HIP releases are typically of two types. The tag naming convention is different - [HIP Programming Guide](docs/markdown/hip_programming_guide.md) - [HIP Profiling ](docs/markdown/hip_profiling.md) - [HIP Debugging](docs/markdown/hip_debugging.md) -- [HIP Terminology](docs/markdown/hip_terms.md) (including Rosetta Stone of GPU computing terms across CUDA/HIP/HC/AMP/OpenL) +- [HIP Terminology](docs/markdown/hip_terms.md) (including Rosetta Stone of GPU computing terms across CUDA/HIP/HC/AMP/OpenCL) - [hipify-clang](hipify-clang/README.md) - [Developer/CONTRIBUTING Info](CONTRIBUTING.md) - [Release Notes](RELEASE.md)