Skip to content

Commit 2b3c7ce

Browse files
committed
Fix typo in context.hpp
1 parent 4fceb15 commit 2b3c7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/compute/context.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class context
204204
typename detail::get_object_info_type<context, Enum>::type
205205
get_info() const;
206206

207-
/// Returns \c true if the context is the same at \p other.
207+
/// Returns \c true if the context is the same as \p other.
208208
bool operator==(const context &other) const
209209
{
210210
return m_context == other.m_context;

0 commit comments

Comments
 (0)