[llvm-commits] [llvm] r171113 - /llvm/trunk/utils/lit/lit/TestRunner.py
Eli Bendersky
eliben at google.com
Wed Dec 26 10:15:42 PST 2012
Author: eliben
Date: Wed Dec 26 12:15:42 2012
New Revision: 171113
URL: http://llvm.org/viewvc/llvm-project?rev=171113&view=rev
Log:
Fix comment typo
Modified:
llvm/trunk/utils/lit/lit/TestRunner.py
Modified: llvm/trunk/utils/lit/lit/TestRunner.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/lit/TestRunner.py?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- llvm/trunk/utils/lit/lit/TestRunner.py (original)
+++ llvm/trunk/utils/lit/lit/TestRunner.py Wed Dec 26 12:15:42 2012
@@ -77,7 +77,7 @@
# output. This is null until we have seen some output using
# stderr.
for i,j in enumerate(cmd.commands):
- # Apply the redirections, we use (N,) as a sentinal to indicate stdin,
+ # Apply the redirections, we use (N,) as a sentinel to indicate stdin,
# stdout, stderr for N equal to 0, 1, or 2 respectively. Redirects to or
# from a file are represented with a list [file, mode, file-object]
# where file-object is initially None.
More information about the llvm-commits
mailing list