Skip to content

Commit a23457a

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

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
@@ -712,7 +712,7 @@ namespace Cpp {
712712
unsigned complete_column = 1U);
713713

714714
/// Set libraries autoload.
715-
///\param[in] autoload - true = libraries autoload is on.
715+
///\param[in] autoload - true to enable library autoload.
716716
CPPINTEROP_API void SetLibrariesAutoload(bool autoload = true);
717717

718718
/// Get libraries autoload status.

0 commit comments

Comments
 (0)