[libc-commits] [libc] [libc] Fix a copyright comment typo (PR #196846)

Nico Weber via libc-commits libc-commits at lists.llvm.org
Sun May 10 15:48:12 PDT 2026


https://github.com/nico created https://github.com/llvm/llvm-project/pull/196846

No behavior change.

>From 89c70a4d61aad1a2017a6c20fdef9efdeef66851 Mon Sep 17 00:00:00 2001
From: Nico Weber <thakis at chromium.org>
Date: Sun, 10 May 2026 18:47:23 -0400
Subject: [PATCH] [libc] Fix a copyright comment typo

No behavior change.
---
 libc/src/__support/high_precision_decimal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libc/src/__support/high_precision_decimal.h b/libc/src/__support/high_precision_decimal.h
index 75f2a7607b425..de22172fd8d3e 100644
--- a/libc/src/__support/high_precision_decimal.h
+++ b/libc/src/__support/high_precision_decimal.h
@@ -1,7 +1,7 @@
 //===-- High Precision Decimal ----------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See httpss//llvm.org/LICENSE.txt for license information.
+// See https://llvm.org/LICENSE.txt for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//



More information about the libc-commits mailing list