From b091331f06059ab4a964fec0293b6e1a3ca62cc4 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Tue, 17 Mar 2026 19:26:31 +1100 Subject: [PATCH] [orc-rt] Fix stale file comment. NFC. --- orc-rt/unittests/SimpleNativeMemoryMapTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. // //===----------------------------------------------------------------------===//