summaryrefslogtreecommitdiff
path: root/opencl
diff options
context:
space:
mode:
Diffstat (limited to 'opencl')
-rw-r--r--opencl/source/opencl_device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/opencl/source/opencl_device.cxx b/opencl/source/opencl_device.cxx
index 14eb70358746..2a95d1c4b1a3 100644
--- a/opencl/source/opencl_device.cxx
+++ b/opencl/source/opencl_device.cxx
@@ -558,7 +558,7 @@ ds_device getDeviceSelection(const char* sProfilePath, bool bForceSelection)
int bestDeviceIdx;
pickBestDevice(profile, &bestDeviceIdx);
- /* Overide if necessary */
+ /* Override if necessary */
char* overrideDeviceStr = getenv("SC_OPENCL_DEVICE_OVERRIDE");
if (NULL != overrideDeviceStr)
{