aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test
diff options
context:
space:
mode:
authorGravatar philwo <philwo@google.com>2017-04-21 17:46:49 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-04-24 16:51:16 +0200
commit53601afda7cba4161bfb0c255dd0b05ccab01fdf (patch)
tree2369c0aca30dc7039d9db90f6e1e2371d554b939 /src/main/java/com/google/devtools/build/lib/rules/test
parent0a6cd622c8aa4b4c96e95ad57de2bbe7bdc8f620 (diff)
Fix typo in comment in TestResult.java.
PiperOrigin-RevId: 153831526
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/test')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/test/TestResult.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/test/TestResult.java b/src/main/java/com/google/devtools/build/lib/rules/test/TestResult.java
index 8b6015d9da..df5abb41e9 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/test/TestResult.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/test/TestResult.java
@@ -48,7 +48,7 @@ public class TestResult {
* @param testAction The test that was run.
* @param data test result protobuffer.
* @param cached true if this is a locally cached test result.
- * @param execRooot The execution root in which the action was carried out; can be null, in which
+ * @param execRoot The execution root in which the action was carried out; can be null, in which
* case everything depending on the execution root is ignored.
*/
public TestResult(