We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f283bf + f171c61 commit 924ed68Copy full SHA for 924ed68
include/boost/compute/program.hpp
@@ -56,7 +56,7 @@ class kernel;
56
/// boost::compute::program::create_with_source_file("/path/to/bar.cl", context);
57
/// \endcode
58
///
59
-/// Once a program object has been succesfully created, it can be compiled
+/// Once a program object has been successfully created, it can be compiled
60
/// using the \c build() method:
61
/// \code
62
/// // build the program
0 commit comments