Skip to content

Commit 72332d2

Browse files
authored
Fixing the javadoc typo
Fixing the javadoc typo.
1 parent 6f81d8f commit 72332d2

File tree

1 file changed

+1
-1
lines changed
  • tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow

1 file changed

+1
-1
lines changed

tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/TensorFlow.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static OpList loadLibrary(String filename) {
110110
}
111111

112112
/**
113-
* Loads the filesystem plugin from fielname and registers all the filesystems it supports.
113+
* Loads the filesystem plugin from filename and registers all the filesystems it supports.
114114
* <p>
115115
* Throws a TF runtime exception if the plugin failed to load.
116116
* @param filename Path of the dynamic library containing the filesystem support.

0 commit comments

Comments
 (0)