You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/RealtimeSanitizer.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ A **partial** list of flags RealtimeSanitizer respects:
187
187
* - ``abort_on_error``
188
188
- OS dependent
189
189
- boolean
190
-
- If true, the tool calls ``abort()`` instead of ``_exit()`` after printing the error report. On some OSes (MacOS, for exmple) this is beneficial because a better stack trace is emitted on crash.
190
+
- If true, the tool calls ``abort()`` instead of ``_exit()`` after printing the error report. On some OSes (MacOS, for example) this is beneficial because a better stack trace is emitted on crash.
191
191
* - ``symbolize``
192
192
- ``true``
193
193
- boolean
@@ -279,7 +279,7 @@ In general, ``ScopedDisabler`` should be preferred, as it is the most performant
279
279
- Run-time
280
280
- Stack
281
281
- High
282
-
- Suppresses any stack trace contaning the specified pattern.
282
+
- Suppresses any stack trace containing the specified pattern.
0 commit comments