From 8c3a8c2619122488812cf050a903314f466b07fb Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Tue, 10 Dec 2024 14:40:12 -0800 Subject: [PATCH] [bazel][libc] fix typo in comment Link: #119433 --- .../llvm-project-overlay/libc/test/src/strings/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/strings/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/strings/BUILD.bazel index 30ca13073c6226..8412d5c58d2bd2 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/src/strings/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/src/strings/BUILD.bazel @@ -2,7 +2,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -# Tests for LLVM libc string.h functions. +# Tests for LLVM libc strings.h functions. load("//libc:libc_build_rules.bzl", "libc_support_library") load("//libc/test:libc_test_rules.bzl", "libc_test")