Skip to content

Commit a6cc220

Browse files
Yifan ZhuSchrodingerZhu
authored andcommitted
fix typo
1 parent fc90587 commit a6cc220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/test/src/__support/OSUtil/linux/vdso_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
#include "src/signal/raise.h"
2020
#include "src/signal/sigaction.h"
2121
#include "test/UnitTest/ErrnoSetterMatcher.h"
22-
#include "test/UnitTest/LibcTest.h"
22+
#include "test/UnitTest/LibcTest.h" vdso_test
2323
#include "test/UnitTest/Test.h"
2424
#include <linux/time_types.h>
2525
#include <sys/syscall.h>
2626

2727
namespace LIBC_NAMESPACE {
28-
// For x86_64, we explicit that some traditional vdso symbols are indeed
28+
// For x86_64, we explicitly test some traditional vdso symbols are indeed
2929
// available.
3030

3131
TEST(LlvmLibcOSUtilVDSOTest, GetTimeOfDay) {

0 commit comments

Comments
 (0)