Skip to content

Commit 4176c9d

Browse files
author
zhouwg
committed
ggml-hexagon: fix a typo in ggml-hexagon.cpp
1 parent a132239 commit 4176c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-hexagon/ggml-hexagon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5982,7 +5982,7 @@ const char * ggml_backend_hexagon_get_devname(size_t dev_num) {
59825982
return "HEXAGON_BACKEND_CDSP";
59835983
}
59845984

5985-
//here is the trick: fall through for various scenarios
5985+
//here is the trick: fall back for various scenarios
59865986
switch (dev_num) {
59875987
case HEXAGON_BACKEND_QNNCPU:
59885988
return "HEXAGON_BACKEND_QNN_CPU";

0 commit comments

Comments
 (0)