[HIPIFY] Fix typo in doc

[ROCm/hip commit: 902d017e28]
This commit is contained in:
Evgeny Mankov
2017-09-18 17:26:33 +03:00
parent b4ee2c5c3f
commit 42f44bf8f6
@@ -125,7 +125,7 @@
| `cudaHostUnregister` | `hipHostUnregister` |
| `cudaMalloc` | `hipMalloc` |
| `cudaMalloc3D` | |
| `cudaMalloc3DArray` | `hipMalloc2DArray` |
| `cudaMalloc3DArray` | `hipMalloc3DArray` |
| `cudaMallocArray` | `hipMallocArray` |
| `cudaMallocHost` | `hipHostMalloc` |
| `cudaMallocManaged` | |