Skip to content

Commit 3431038

Browse files
authored
[skip-ci] copy paste typo
1 parent 32ac019 commit 3431038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/metacling/src/TCling.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2691,7 +2691,7 @@ void TCling::AddIncludePath(const char *path)
26912691
/// \b NOT supported.
26922692
/// \warning Only the path to the directory should be specified, without
26932693
/// prepending the \c -I prefix, i.e.
2694-
/// <tt>gCling->AddIncludePath("/path/to/my/includes")</tt>. If the
2694+
/// <tt>gCling->SetIncludePath("/path/to/my/includes")</tt>. If the
26952695
/// \c -I prefix is used it will be ignored.
26962696
void TCling::SetIncludePath(const char *path)
26972697
{

0 commit comments

Comments
 (0)