Skip to content

Commit 38066ab

Browse files
Apply suggestions from code review
Co-authored-by: Vassil Vassilev <[email protected]>
1 parent 4af7185 commit 38066ab

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
@@ -758,7 +758,7 @@ namespace Cpp {
758758
unsigned complete_column = 1U);
759759

760760
/// Set libraries autoload.
761-
///\param[in] autoload - true = libraries autoload is on.
761+
///\param[in] autoload - true to enable library autoload.
762762
CPPINTEROP_API void SetLibrariesAutoload(bool autoload = true);
763763

764764
/// Get libraries autoload status.

0 commit comments

Comments
 (0)