--- OpenCL/OpenCL.pm 2012/04/05 07:13:44 1.29 +++ OpenCL/OpenCL.pm 2012/04/05 10:08:59 1.30 @@ -288,9 +288,9 @@ =item $str = OpenCL::enum2str $enum -Converts most enum values (inof parameter names, image format constants, +Converts most enum values (of parameter names, image format constants, object types, addressing and filter modes, command types etc.) into a -human readbale string. When confronted with some random integer it can be +human readable string. When confronted with some random integer it can be very helpful to pass it through this function to maybe get some readable string out of it.