diff options
author | Loo Rong Jie <loorongjie@gmail.com> | 2018-08-24T02·13+0800 |
---|---|---|
committer | Loo Rong Jie <loorongjie@gmail.com> | 2018-10-09T15·33+0800 |
commit | 67058cbbe6df1d8105d311609fc8f06cdbabdd19 (patch) | |
tree | da53da3a787b476f4e84038b9c09be56a3f136ee | |
parent | 1ecb60be3901a3e582ed202dd04f083de9f6f20c (diff) |
Fix one comment
-rw-r--r-- | CMake/AbseilHelpers.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/AbseilHelpers.cmake b/CMake/AbseilHelpers.cmake index d4f662b4463b..f64831e331df 100644 --- a/CMake/AbseilHelpers.cmake +++ b/CMake/AbseilHelpers.cmake @@ -109,7 +109,7 @@ endfunction() # VISIBILITY_PUBLIC # ) # -# User can then use the library as absl::main_lib (although absl_main_lib is defined too). +# User can then use the library as absl::main_lib (although absl_internal_main_lib is defined too). # # TODO: Implement "ALWAYSLINK" |