We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f81d8f commit 72332d2Copy full SHA for 72332d2
tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/TensorFlow.java
@@ -110,7 +110,7 @@ public static OpList loadLibrary(String filename) {
110
}
111
112
/**
113
- * Loads the filesystem plugin from fielname and registers all the filesystems it supports.
+ * Loads the filesystem plugin from filename and registers all the filesystems it supports.
114
* <p>
115
* Throws a TF runtime exception if the plugin failed to load.
116
* @param filename Path of the dynamic library containing the filesystem support.
0 commit comments