Skip to content

Commit

Permalink
mem: Fix typos
Browse files Browse the repository at this point in the history
(cherry picked from commit 531a722)
  • Loading branch information
liviuchircu committed Apr 18, 2019
1 parent 2b4d551 commit 4e41803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mem/mem.h
Expand Up @@ -29,7 +29,7 @@
#include "../config.h"
#include "../dprint.h"

#include "func_mem.h"
#include "mem_funcs.h"
#ifdef PKG_MALLOC
#include "common.h"

Expand Down
2 changes: 1 addition & 1 deletion mem/rpm_mem.h
Expand Up @@ -37,7 +37,7 @@
#include "../dprint.h"
#include "../globals.h"
#include "../lock_ops.h" /* we don't include locking.h on purpose */
#include "func_mem.h"
#include "mem_funcs.h"
#include "common.h"

#include "../mi/mi.h"
Expand Down
2 changes: 1 addition & 1 deletion mem/shm_mem.h
Expand Up @@ -48,7 +48,7 @@
#include "../dprint.h"
#include "../globals.h"
#include "../lock_ops.h" /* we don't include locking.h on purpose */
#include "func_mem.h"
#include "mem_funcs.h"
#include "common.h"

#include "../mi/mi.h"
Expand Down

0 comments on commit 4e41803

Please sign in to comment.