diff --git a/paddle/phi/backends/stream.h b/paddle/phi/backends/stream.h index d1578c90ec1a97f51646dd206d48df3146c35cee..3e0099553f19b9153050c1a4bf4a98d5d4077b16 100644 --- a/paddle/phi/backends/stream.h +++ b/paddle/phi/backends/stream.h @@ -44,7 +44,7 @@ class Stream { using Callback = std::function; Stream() = default; - // For compatiable + // For compatible Stream(const Place& place, stream_t stream); ~Stream(); const stream_t& raw_stream() const;