[HIPIFY] Fix typo in doc

[ROCm/clr commit: bfa3a0a433]
This commit is contained in:
Evgeny Mankov
2017-09-18 17:26:33 +03:00
parent 0a84238809
commit c49d3445b5
@@ -125,7 +125,7 @@
| `cudaHostUnregister` | `hipHostUnregister` |
| `cudaMalloc` | `hipMalloc` |
| `cudaMalloc3D` | |
| `cudaMalloc3DArray` | `hipMalloc2DArray` |
| `cudaMalloc3DArray` | `hipMalloc3DArray` |
| `cudaMallocArray` | `hipMallocArray` |
| `cudaMallocHost` | `hipHostMalloc` |
| `cudaMallocManaged` | |