commit | 7ca936bbbed84692f90a93b755a9ea503ff2717f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Jul 11 12:43:44 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Jul 11 12:43:44 2013 -0700 |
tree | 687f16d971064d65251c8cd9fd4db39001cd92f9 | |
parent | d4a1e16b9707d82e129297682b940bd07a9b837f [diff] |
Fix comment.
diff --git a/ndn-cpp/c/util/ndn_memory.h b/ndn-cpp/c/util/ndn_memory.h index a35ef89..00202a6 100644 --- a/ndn-cpp/c/util/ndn_memory.h +++ b/ndn-cpp/c/util/ndn_memory.h
@@ -4,7 +4,7 @@ */ /* - * Based on HAVE_MEMCPY and HAVE_MEMSET in config.h, use the library version or a local implementation of memcpy and memset. + * Based on HAVE_MEMCPY and HAVE_MEMSET in config.h, use the library version or a local implementation of memcmp, memcpy and memset. */ #ifndef NDN_MEMORY_H