Skip to content

Commit f171c61

Browse files
Fix typo
1 parent 9189a76 commit f171c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/compute/program.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class kernel;
5656
/// boost::compute::program::create_with_source_file("/path/to/bar.cl", context);
5757
/// \endcode
5858
///
59-
/// Once a program object has been succesfully created, it can be compiled
59+
/// Once a program object has been successfully created, it can be compiled
6060
/// using the \c build() method:
6161
/// \code
6262
/// // build the program

0 commit comments

Comments
 (0)