[libc-commits] [libc] 907b52d - [libc] Fix typo

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Fri Apr 16 01:09:40 PDT 2021


Author: Guillaume Chatelet
Date: 2021-04-16T08:09:28Z
New Revision: 907b52d1a719671c694525e827c0b357aeaf7b1d

URL: https://github.com/llvm/llvm-project/commit/907b52d1a719671c694525e827c0b357aeaf7b1d
DIFF: https://github.com/llvm/llvm-project/commit/907b52d1a719671c694525e827c0b357aeaf7b1d.diff

LOG: [libc] Fix typo

Added: 
    

Modified: 
    libc/utils/CPP/ArrayRef.h

Removed: 
    


################################################################################
diff  --git a/libc/utils/CPP/ArrayRef.h b/libc/utils/CPP/ArrayRef.h
index 7a2ea09131c4..723187aaed1e 100644
--- a/libc/utils/CPP/ArrayRef.h
+++ b/libc/utils/CPP/ArrayRef.h
@@ -16,7 +16,7 @@
 namespace __llvm_libc {
 namespace cpp {
 
-// The implementations of ArrayRef and MutualArrayRef in this file are based
+// The implementations of ArrayRef and MutableArrayRef in this file are based
 // on the implementations of the types with the same names in
 // llvm/ADT/ArrayRef.h. The implementations in this file are of a limited
 // functionality, but can be extended in an as needed basis.


        


More information about the libc-commits mailing list