[HIPIFY] Fix typo in doc

Dieser Commit ist enthalten in:
Evgeny Mankov
2017-09-18 17:26:33 +03:00
Ursprung 5e48654932
Commit bfa3a0a433
@@ -125,7 +125,7 @@
| `cudaHostUnregister` | `hipHostUnregister` |
| `cudaMalloc` | `hipMalloc` |
| `cudaMalloc3D` | |
| `cudaMalloc3DArray` | `hipMalloc2DArray` |
| `cudaMalloc3DArray` | `hipMalloc3DArray` |
| `cudaMallocArray` | `hipMallocArray` |
| `cudaMallocHost` | `hipHostMalloc` |
| `cudaMallocManaged` | |