Skip to content

Commit a7818e6

Browse files
committed
fix doc typos to cycle bots
1 parent 8e8a75a commit a7818e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/analyzer/checkers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ optin.cplusplus.UninitializedObject (C++)
439439
This checker reports uninitialized fields in objects created after a constructor
440440
call. It doesn't only find direct uninitialized fields, but rather makes a deep
441441
inspection of the object, analyzing all of it's fields subfields.
442-
The checker regards inherited fields as direct fields, so one will recieve
442+
The checker regards inherited fields as direct fields, so one will receive
443443
warnings for uninitialized inherited data members as well.
444444
445445
.. code-block:: cpp
@@ -525,7 +525,7 @@ This checker has several options which can be set from command line (e.g.
525525
objects that don't have at least one initialized field. Defaults to false.
526526
527527
* ``NotesAsWarnings`` (boolean). If set to true, the checker will emit a
528-
warning for each uninitalized field, as opposed to emitting one warning per
528+
warning for each uninitialized field, as opposed to emitting one warning per
529529
constructor call, and listing the uninitialized fields that belongs to it in
530530
notes. *Defaults to false*.
531531

0 commit comments

Comments
 (0)