Skip to content

Commit

Permalink
Fix typos in comments (apache#7862)
Browse files Browse the repository at this point in the history
Fix two typos in comments.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
  • Loading branch information
gromero authored and mehrdadh committed Apr 22, 2021
1 parent 89f2b41 commit a209bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/tvm/target/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.
"""Target description and codgen module.
TVM's target string is in fomat ``<target_kind> [-option=value]...``.
TVM's target string is in format ``<target_kind> [-option=value]...``.
Note
----
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/registry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace runtime {

struct Registry::Manager {
// map storing the functions.
// We delibrately used raw pointer
// We deliberately used raw pointer
// This is because PackedFunc can contain callbacks into the host languge(python)
// and the resource can become invalid because of indeterminstic order of destruction and forking.
// The resources will only be recycled during program exit.
Expand Down

0 comments on commit a209bbd

Please sign in to comment.