[llvm] r347271 - It's its
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 19 14:53:43 PST 2018
Author: probinson
Date: Mon Nov 19 14:53:42 2018
New Revision: 347271
URL: http://llvm.org/viewvc/llvm-project?rev=347271&view=rev
Log:
It's its
Modified:
llvm/trunk/docs/SourceLevelDebugging.rst
Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=347271&r1=347270&r2=347271&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Mon Nov 19 14:53:42 2018
@@ -1661,4 +1661,4 @@ are correctly pointing to the ``[[C]]``
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.
More information about the llvm-commits
mailing list