mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-19 10:15:00 +00:00
test commit: fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311701 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8209cdfb4c
commit
71f4afc0b8
@ -34,7 +34,7 @@ namespace llvm {
|
||||
namespace opt {
|
||||
|
||||
// Ordering on Info. The ordering is *almost* case-insensitive lexicographic,
|
||||
// with an exceptions. '\0' comes at the end of the alphabet instead of the
|
||||
// with an exception. '\0' comes at the end of the alphabet instead of the
|
||||
// beginning (thus options precede any other options which prefix them).
|
||||
static int StrCmpOptionNameIgnoreCase(const char *A, const char *B) {
|
||||
const char *X = A, *Y = B;
|
||||
|
Loading…
x
Reference in New Issue
Block a user