summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2020-04-03 20:53:53 +0400
committerSergey Vojtovich <svoj@mariadb.org>2020-04-04 14:55:51 +0400
commit4338bb8a752a05a456cfc10dbecb2a533141025c (patch)
tree204ccd6efbf0d304d8ae633b67117ed25a15a7d7 /storage
parente4a960780f162ad39da63423a02665bc3be878ba (diff)
downloadmariadb-git-4338bb8a752a05a456cfc10dbecb2a533141025c.tar.gz
Coding style fixes
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/os/os0proc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/os/os0proc.cc b/storage/innobase/os/os0proc.cc
index 8cea535ff2a..32747aae3ab 100644
--- a/storage/innobase/os/os0proc.cc
+++ b/storage/innobase/os/os0proc.cc
@@ -28,7 +28,7 @@ Created 9/30/1995 Heikki Tuuri
#include "univ.i"
/** The total amount of memory currently allocated from the operating
-system with os_mem_alloc_large(). */
+system with allocacte_large(). */
Atomic_counter<ulint> os_total_large_mem_allocated;
/** Converts the current process id to a number.