Fix typos.
This commit is contained in:
parent
67e8ec376d
commit
2b291f7871
@ -175,7 +175,7 @@ Compressor::~Compressor()
|
|||||||
|
|
||||||
|
|
||||||
/// Enable CUDA acceleration.
|
/// Enable CUDA acceleration.
|
||||||
void Compressor::enableCudaAceleration(bool enable)
|
void Compressor::enableCudaAcceleration(bool enable)
|
||||||
{
|
{
|
||||||
if (m.cudaSupported)
|
if (m.cudaSupported)
|
||||||
{
|
{
|
||||||
@ -184,7 +184,7 @@ void Compressor::enableCudaAceleration(bool enable)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Check if CUDA acceleration is enabled.
|
/// Check if CUDA acceleration is enabled.
|
||||||
bool Compressor::isCudaAcelerationEnabled() const
|
bool Compressor::isCudaAccelerationEnabled() const
|
||||||
{
|
{
|
||||||
return m.cudaEnabled;
|
return m.cudaEnabled;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user