This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new bc431f2806 [typo] Fix typos in comments (#10142)
bc431f2806 is described below
commit bc431f28068262c8fb678cb9666b447023291ff7
Author: yinzhijian <[email protected]>
AuthorDate: Thu Jun 16 10:13:59 2022 +0800
[typo] Fix typos in comments (#10142)
---
be/src/runtime/snapshot_loader.cpp | 2 +-
be/src/runtime/thread_context.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/be/src/runtime/snapshot_loader.cpp
b/be/src/runtime/snapshot_loader.cpp
index f86cdefd9b..95126e2376 100644
--- a/be/src/runtime/snapshot_loader.cpp
+++ b/be/src/runtime/snapshot_loader.cpp
@@ -173,7 +173,7 @@ Status SnapshotLoader::upload(const std::map<std::string,
std::string>& src_to_d
/*
* Download snapshot files from remote.
* After downloaded, the local dir should contains all files existing in
remote,
- * may also contains severval useless files.
+ * may also contains several useless files.
*/
Status SnapshotLoader::download(const std::map<std::string, std::string>&
src_to_dest_path,
std::vector<int64_t>* downloaded_tablet_ids) {
diff --git a/be/src/runtime/thread_context.h b/be/src/runtime/thread_context.h
index 30952692d6..3abbeff987 100644
--- a/be/src/runtime/thread_context.h
+++ b/be/src/runtime/thread_context.h
@@ -91,7 +91,7 @@ class TUniqueId;
extern bthread_key_t btls_key;
// The thread context saves some info about a working thread.
-// 2 requried info:
+// 2 required info:
// 1. thread_id: Current thread id, Auto generated.
// 2. type: The type is a enum value indicating which type of task
current thread is running.
// For example: QUERY, LOAD, COMPACTION, ...
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]