Skip to content

Commit 69f12ea

Browse files
Apply suggestions from code review
Co-authored-by: Vassil Vassilev <[email protected]>
1 parent 24bd091 commit 69f12ea

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
@@ -717,7 +717,7 @@ namespace Cpp {
717717
unsigned complete_column = 1U);
718718

719719
/// Set libraries autoload.
720-
///\param[in] autoload - true = libraries autoload is on.
720+
///\param[in] autoload - true to enable library autoload.
721721
CPPINTEROP_API void SetLibrariesAutoload(bool autoload = true);
722722

723723
/// Get libraries autoload status.

0 commit comments

Comments
 (0)