aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/posix/subprocess.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/posix/subprocess.cc')
-rw-r--r--tensorflow/core/platform/posix/subprocess.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/platform/posix/subprocess.cc b/tensorflow/core/platform/posix/subprocess.cc
index fc511fdf72..cefc66831a 100644
--- a/tensorflow/core/platform/posix/subprocess.cc
+++ b/tensorflow/core/platform/posix/subprocess.cc
@@ -28,7 +28,7 @@ limitations under the License.
// A danger of calling fork() (as opposed to clone() or vfork()) is that if
// many people have used pthread_atfork() to acquire locks, fork() can deadlock,
// because it's unlikely that the locking order will be correct in a large
-// programme where different layers are unaware of one another and using
+// program where different layers are unaware of one another and using
// pthread_atfork() independently.
//
// The danger of not calling fork() is that if libc managed to use