[HIPIFY] Fix typo in doc

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