diff --git a/orc-rt/unittests/SimpleNativeMemoryMapTest.cpp b/orc-rt/unittests/SimpleNativeMemoryMapTest.cpp index cb9da7addedb..30b1f5a8bf18 100644 --- a/orc-rt/unittests/SimpleNativeMemoryMapTest.cpp +++ b/orc-rt/unittests/SimpleNativeMemoryMapTest.cpp @@ -1,4 +1,4 @@ -//===-- SPSNativeMemoryMapTest.cpp ----------------------------------------===// +//===-- SimpleNativeMemoryMapTest.cpp -------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// // -// Test SPS serialization for MemoryFlags APIs. +// Test SimpleNativeMemoryMap APIs. // //===----------------------------------------------------------------------===//