Skip to content

Commit

Permalink
[bazel][libc] fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Dec 10, 2024
1 parent 5d0957f commit 8c3a8c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8c3a8c2

Please sign in to comment.