[libc-commits] [PATCH] D73472: [libc] Add utils for memory functions
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jan 30 11:46:52 PST 2020
sivachandra accepted this revision.
sivachandra added a comment.
This revision is now accepted and ready to land.
Just one nit, but LGTM.
================
Comment at: libc/src/string/memory_utils/utils.h:9
+
+#ifndef LLVM_LIBC_SRC_MEMOR_UTILS_H
+#define LLVM_LIBC_SRC_MEMOR_UTILS_H
----------------
s/`MEMOR`/`MEMORY`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73472/new/
https://reviews.llvm.org/D73472
More information about the libc-commits
mailing list