From 78197613600b4da7011b1476ee9360cd5e3d8c17 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Thu, 5 Jan 2023 16:15:01 -0800 Subject: [PATCH] Correct typo in license header. --- src/volatile_memory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volatile_memory.rs b/src/volatile_memory.rs index 13be3bb8..d63f4356 100644 --- a/src/volatile_memory.rs +++ b/src/volatile_memory.rs @@ -2,7 +2,7 @@ // // Copyright 2017 The Chromium OS Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be -// found in the THIRT-PARTY file. +// found in the LICENSE-BSD-3-Clause file. // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause