diff --git a/paddle/fluid/platform/flags.cc b/paddle/fluid/platform/flags.cc index e40d0cf18a965dd301a6d131e1e4df5307e11966..c77d8b4e70b3577c6db3af9280c7e2997c308d90 100644 --- a/paddle/fluid/platform/flags.cc +++ b/paddle/fluid/platform/flags.cc @@ -301,11 +301,9 @@ DEFINE_double(memory_fraction_of_eager_deletion, 1.0, * Allocator related FLAG * Name: FLAGS_allocator_strategy * Since Version: 1.2 - * Value Range: string, {naive_best_fit, auto_groth}, default=naive_best_fit + * Value Range: string, {naive_best_fit, auto_growth}, default=naive_best_fit * Example: - * Note: Allocator policy for selecting Paddle Paddle. - * The allocator strategy is under development and the non-legacy - * allocator is not yet stable. + * Note: For selecting allocator policy of PaddlePaddle. */ DEFINE_string(allocator_strategy, "naive_best_fit", "The allocation strategy. naive_best_fit means the original best "