Skip to content

Commit d34e28e

Browse files
Lucie Tvrznikovad0k
Lucie Tvrznikova
authored andcommitted
addinitional -> additional typo fix
1 parent 7cf2860 commit d34e28e

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)