Skip to content

Commit 3fddb9f

Browse files
committed
Use uniform comments
1 parent b6dffc3 commit 3fddb9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp2rust/converter/models/converter_refcount.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ std::string ConverterRefCount::BoxValue(std::string &&str) const {
133133
}
134134

135135
bool ConverterRefCount::Convert(clang::QualType qual_type) {
136-
// Detect va_list before desugaring strips the typedef.
136+
// Catch va_list before desugaring
137137
if (IsVaListType(qual_type)) {
138138
StrCat(BoxType("VaList"));
139139
return false;

0 commit comments

Comments
 (0)