diff options
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 4cccfb40bd4..dab300ac7b7 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -1661,4 +1661,4 @@ are correctly pointing to the ``[[C]]`` and ``[[D]]`` variables. for a ``DILocation`` to have a specific line number, and someone later adds an instruction before the one we check the test will fail. In the cases this can't be avoided (say, if a test wouldn't be precise enough), moving the - test to it's own file is preferred. + test to its own file is preferred. |