@@ -68,7 +68,7 @@ class LetStmtNode : public StmtNode {
6868 public:
6969 /* ! \brief The variable. */
7070 Var var;
71- /* ! \brief The value to be binded . */
71+ /* ! \brief The value to be bound . */
7272 PrimExpr value;
7373 /* ! \brief The body block. */
7474 Stmt body;
@@ -876,7 +876,7 @@ class SeqStmt : public Stmt {
876876};
877877
878878/* !
879- * \brief IfThenElse statment .
879+ * \brief IfThenElse statement .
880880 */
881881class IfThenElseNode : public StmtNode {
882882 public:
@@ -951,7 +951,7 @@ enum class ForKind : int {
951951};
952952
953953/* !
954- * \brief A for loop, with poissible type annotations.
954+ * \brief A for loop, with possible type annotations.
955955 *
956956 * \code
957957 *
@@ -1388,7 +1388,7 @@ namespace attr {
13881388constexpr const char * thread_extent = " thread_extent" ;
13891389/* ! \brief Mark launching of a virtual thread. */
13901390constexpr const char * virtual_thread = " virtual_thread" ;
1391- /* ! \brief Mark region is processed by a co-proccesor */
1391+ /* ! \brief Mark region is processed by a co-processor */
13921392constexpr const char * coproc_scope = " coproc_scope" ;
13931393/* !
13941394 * \brief Mark region creates coprocessor micro ops,
0 commit comments