fixed minor typo: `it this` -> `this` (#1077)

pull/1210/head
Oleg Artenii 8 years ago committed by Sergey Zubkov
parent 43112a9ee5
commit e854e4747b

@ -12380,7 +12380,7 @@ Unfortunately, most invalid pointer problems are harder to spot and harder to fi
There is a huge amount of such code.
Most works -- after lots of testing -- but in isolation it is impossible to tell whether `p` could be the `nullptr`.
Consequently, it this is also a major source of errors.
Consequently, this is also a major source of errors.
There are many approaches to dealing with this potential problem:
void f1(int* p) // deal with nullptr

Loading…
Cancel
Save