From 6ec8dfdd3464016502f0c976a4d4824ff8e875a7 Mon Sep 17 00:00:00 2001 From: HongyuJia Date: Fri, 6 Jan 2023 15:45:34 +0800 Subject: [PATCH] fix typo, compatiable->compatible, test=document_fix (#49552) --- paddle/phi/backends/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/phi/backends/stream.h b/paddle/phi/backends/stream.h index d1578c90ec..3e0099553f 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; -- GitLab