aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-nanotime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/go-nanotime.c')
-rw-r--r--libgo/runtime/go-nanotime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/go-nanotime.c b/libgo/runtime/go-nanotime.c
index 8cd4230..197fb15 100644
--- a/libgo/runtime/go-nanotime.c
+++ b/libgo/runtime/go-nanotime.c
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Return time in nanoseconds. This is only used for computing runtime.
+// Return current time in nanoseconds.
#include <sys/time.h>