Skip to content

Commit

Permalink
fix typo, compatiable->compatible, test=document_fix (#49552)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahy0825 authored Jan 6, 2023
1 parent b7b2a52 commit 6ec8dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/phi/backends/stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Stream {
using Callback = std::function<void()>;

Stream() = default;
// For compatiable
// For compatible
Stream(const Place& place, stream_t stream);
~Stream();
const stream_t& raw_stream() const;
Expand Down

0 comments on commit 6ec8dfd

Please sign in to comment.