Skip to content

Commit b0bb99f

Browse files
authored
Update cpp/ql/lib/semmle/code/cpp/exprs/BuiltInOperations.qll
1 parent f1e0706 commit b0bb99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/exprs/BuiltInOperations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ class BuiltInOperationIsTriviallyRelocatable extends BuiltInOperation, @istrivia
19491949
*
19501950
* ```
19511951
* template<typename _Tp>
1952-
* struct is_trivially_relocatable
1952+
* struct is_bitwise_cloneable
19531953
* : public integral_constant<bool, __is_bitwise_cloneable(_Tp)>
19541954
* {};
19551955
* ```

0 commit comments

Comments
 (0)