summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/i386
diff options
context:
space:
mode:
authorMike Zeller <mike@mikezeller.net>2020-03-11 16:42:06 -0400
committerMike Zeller <mike@mikezeller.net>2020-03-11 16:42:06 -0400
commit2803e163cd303fbc63f832f544bc59c4ee562252 (patch)
treec901ef8fa7580dcebfb11316f6bb49d498bd40a8 /usr/src/lib/libc/i386
parentdd05dd221f0e26bb86692b7b69c8dbeab8f4c0e5 (diff)
parent1de02da27664d38cedeccf227bd4ae92d32619d9 (diff)
downloadillumos-joyent-bhyve-sync.tar.gz
Merge remote-tracking branch 'origin/master' into bhyve-syncbhyve-sync
Diffstat (limited to 'usr/src/lib/libc/i386')
-rw-r--r--usr/src/lib/libc/i386/sys/gettimeofday.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/i386/sys/gettimeofday.c b/usr/src/lib/libc/i386/sys/gettimeofday.c
index 7539c2143e..c2396e582a 100644
--- a/usr/src/lib/libc/i386/sys/gettimeofday.c
+++ b/usr/src/lib/libc/i386/sys/gettimeofday.c
@@ -28,7 +28,7 @@ gettimeofday(struct timeval *tv, void *tz)
/*
* Perform a NULL check before attempting to store the result directly.
- * The old fasttrop logic would perform this same check, but after the
+ * The old fasttrap logic would perform this same check, but after the
* call into hrestime().
*/
if (tv == NULL) {