Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Jan 28, 2019
1 parent 9189a76 commit f171c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/compute/program.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class kernel;
/// boost::compute::program::create_with_source_file("/path/to/bar.cl", context);
/// \endcode
///
/// Once a program object has been succesfully created, it can be compiled
/// Once a program object has been successfully created, it can be compiled
/// using the \c build() method:
/// \code
/// // build the program
Expand Down

0 comments on commit f171c61

Please sign in to comment.