Skip to content

Commit b15e058

Browse files
AndLLAwsfulton
authored andcommitted
typo in comment
1 parent a71bb2b commit b15e058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Modules/r.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ int R::functionWrapper(Node *n) {
20952095
String * classtypeobj = NewString(Getattr(parent, "classtypeobj")); // this is the correct name, e.g. ClassName(int)
20962096
String * classtype = NewString(Getattr(parent, "classtype")); // this is the "wrong" name e.g. ClassName<int>
20972097

2098-
// we replace inside smartname ClassName<int> with ClassName<int>
2098+
// we replace inside smartname ClassName<int> with ClassName(int)
20992099
String * smartname_fixed = NewString(smartname);
21002100
Replaceall(classtype, " ", ""); // classtype actually has spaces inside so we remove them
21012101
Replaceall(smartname_fixed, classtype, classtypeobj);

0 commit comments

Comments
 (0)