From e4a5332416cef4bca845e9ffb5becb9cc6354f37 Mon Sep 17 00:00:00 2001 From: Huihuang Zheng Date: Tue, 30 Apr 2019 17:47:11 +0800 Subject: [PATCH] Fix a typo in gpu_info.cc (#17175) test=develop --- paddle/fluid/platform/gpu_info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/platform/gpu_info.cc b/paddle/fluid/platform/gpu_info.cc index 47cca879b4b..a8f3b084b0d 100644 --- a/paddle/fluid/platform/gpu_info.cc +++ b/paddle/fluid/platform/gpu_info.cc @@ -43,7 +43,7 @@ DEFINE_uint64( initial_gpu_memory_in_mb, 0ul, "Allocate a trunk of gpu memory whose byte size is specified by " "the flag. Future memory usage will be allocated from the " - "truck. If the trunk doesn't have enough gpu memory, additional " + "trunk. If the trunk doesn't have enough gpu memory, additional " "trunks of the gpu memory will be requested from gpu with size " "specified by FLAGS_reallocate_gpu_memory_in_mb until the gpu has " "no memory left for the additional trunk. Note: if you set this " -- GitLab