Skip to content

Commit aee4d39

Browse files
Apply suggestions from code review
Co-authored-by: Vassil Vassilev <[email protected]>
1 parent b45bc66 commit aee4d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ namespace Cpp {
664664
unsigned complete_column = 1U);
665665

666666
/// Set libraries autoload.
667-
///\param[in] autoload - true = libraries autoload is on.
667+
///\param[in] autoload - true to enable library autoload.
668668
CPPINTEROP_API void SetLibrariesAutoload(bool autoload = true);
669669

670670
/// Get libraries autoload status.

0 commit comments

Comments
 (0)