]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: allocate
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:45:18 +0000 (06:45 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:45:18 +0000 (06:45 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/string_utils.h
src/lxc/utils.h

index d289d18e0c38b8b985f9905d4c79b05545f1b6c3..4065e4e6b1b3c036058b3770703f7b6744f26449 100644 (file)
@@ -101,7 +101,7 @@ __attribute__((sentinel)) extern char *must_append_path(char *first, ...);
 /* Return copy of string @entry. Do not fail. */
 extern char *must_copy_string(const char *entry);
 
-/* Re-alllocate a pointer, do not fail */
+/* Re-allocate a pointer, do not fail */
 extern void *must_realloc(void *orig, size_t sz);
 
 extern int lxc_char_left_gc(const char *buffer, size_t len);
index bc298acc8d3c90db31021d446137311d0b5bc2af..6314b7985a8477ea77db5a02d9e16470de45aa5e 100644 (file)
@@ -211,7 +211,7 @@ __attribute__((sentinel)) extern char *must_append_path(char *first, ...);
 /* return copy of string @entry;  do not fail. */
 extern char *must_copy_string(const char *entry);
 
-/* Re-alllocate a pointer, do not fail */
+/* Re-allocate a pointer, do not fail */
 extern void *must_realloc(void *orig, size_t sz);
 
 extern bool lxc_nic_exists(char *nic);