Skip to content

Commit 9676432

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

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
@@ -731,7 +731,7 @@ namespace Cpp {
731731
unsigned complete_column = 1U);
732732

733733
/// Set libraries autoload.
734-
///\param[in] autoload - true = libraries autoload is on.
734+
///\param[in] autoload - true to enable library autoload.
735735
CPPINTEROP_API void SetLibrariesAutoload(bool autoload = true);
736736

737737
/// Get libraries autoload status.

0 commit comments

Comments
 (0)