Skip to content

Commit c152e4d

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

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
@@ -751,7 +751,7 @@ namespace Cpp {
751751
unsigned complete_column = 1U);
752752

753753
/// Set libraries autoload.
754-
///\param[in] autoload - true = libraries autoload is on.
754+
///\param[in] autoload - true to enable library autoload.
755755
CPPINTEROP_API void SetLibrariesAutoload(bool autoload = true);
756756

757757
/// Get libraries autoload status.

0 commit comments

Comments
 (0)