summaryrefslogtreecommitdiffhomepage
path: root/runsc/BUILD
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-02-10 14:11:04 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-10 14:15:36 -0800
commitafcab8fe9f6fb3504ebdbb95d35299277c2d67ca (patch)
tree1861e3518cf3e6bb6c54834435cf0265a5522337 /runsc/BUILD
parent2889ffa84ec4737b651b14c3ce019c5005d0dd9c (diff)
Clean-up comments in runsc/BUILD and CONTRIBUTING.md.
PiperOrigin-RevId: 294300437
Diffstat (limited to 'runsc/BUILD')
-rw-r--r--runsc/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/BUILD b/runsc/BUILD
index 02a56657a..757f6d44c 100644
--- a/runsc/BUILD
+++ b/runsc/BUILD
@@ -26,7 +26,7 @@ go_binary(
)
# The runsc-race target is a race-compatible BUILD target. This must be built
-# via: bazel build --features=race //runsc:runsc-race
+# via: bazel build --features=race :runsc-race
#
# This is neccessary because the race feature must apply to all dependencies
# due a bug in gazelle file selection. The pure attribute must be off because