diff options
author | Eli Bendersky <eliben@google.com> | 2012-12-26 18:15:42 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2012-12-26 18:15:42 +0000 |
commit | 8d5f8dc485c0c5991bd6fe244ef0a58c28d5bf9e (patch) | |
tree | bc521de4cc870b27800d57111f92742ef15d9dba /llvm/utils/lit | |
parent | d66b12b7012392e4725d33956af34bba7b17a90d (diff) | |
download | bcm5719-llvm-8d5f8dc485c0c5991bd6fe244ef0a58c28d5bf9e.tar.gz bcm5719-llvm-8d5f8dc485c0c5991bd6fe244ef0a58c28d5bf9e.zip |
Fix comment typo
llvm-svn: 171113
Diffstat (limited to 'llvm/utils/lit')
-rw-r--r-- | llvm/utils/lit/lit/TestRunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/lit/TestRunner.py b/llvm/utils/lit/lit/TestRunner.py index 652e8b499c5..75182b86fde 100644 --- a/llvm/utils/lit/lit/TestRunner.py +++ b/llvm/utils/lit/lit/TestRunner.py @@ -77,7 +77,7 @@ def executeShCmd(cmd, cfg, cwd, results): # 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. |