Skip to content

Commit 924ed68

Browse files
authored
Merge pull request #820 from friederbluemle/fix-typo
Fix typo
2 parents 5f283bf + f171c61 commit 924ed68

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)