Skip to content

Commit 6ed37ef

Browse files
authored
Fix typos in comments (#7862)
Fix two typos in comments. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
1 parent f57830b commit 6ed37ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/tvm/target/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717
"""Target description and codgen module.
1818
19-
TVM's target string is in fomat ``<target_kind> [-option=value]...``.
19+
TVM's target string is in format ``<target_kind> [-option=value]...``.
2020
2121
Note
2222
----

src/runtime/registry.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace runtime {
3737

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

0 commit comments

Comments
 (0)