Skip to content

Commit fbdb8cd

Browse files
Lucie Tvrznikovagithub-actions[bot]
authored andcommitted
Automerge: addinitional -> additional typo fix
2 parents 2afca4b + d34e28e commit fbdb8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ struct UninitObjCheckerOptions {
7979
};
8080

8181
/// A lightweight polymorphic wrapper around FieldRegion *. We'll use this
82-
/// interface to store addinitional information about fields. As described
82+
/// interface to store additional information about fields. As described
8383
/// later, a list of these objects (i.e. "fieldchain") will be constructed and
8484
/// used for printing note messages should an uninitialized value be found.
8585
class FieldNode {

0 commit comments

Comments
 (0)