We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf2860 commit d34e28eCopy full SHA for d34e28e
clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h
@@ -79,7 +79,7 @@ struct UninitObjCheckerOptions {
79
};
80
81
/// A lightweight polymorphic wrapper around FieldRegion *. We'll use this
82
-/// interface to store addinitional information about fields. As described
+/// interface to store additional information about fields. As described
83
/// later, a list of these objects (i.e. "fieldchain") will be constructed and
84
/// used for printing note messages should an uninitialized value be found.
85
class FieldNode {
0 commit comments