mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
util: Fix mega/giga typos
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
1676c86d7d
commit
1bdb8298d0
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@
|
|||
#define GBYTES(size) PREF_SHIFT_OP(G, >>, size)
|
||||
|
||||
#define KILO(size) PREF_SHIFT_OP(K, <<, size)
|
||||
#define MEGA(size) PREF_SHIFT_OP(K, <<, size)
|
||||
#define GIGA(size) PREF_SHIFT_OP(K, <<, size)
|
||||
#define MEGA(size) PREF_SHIFT_OP(M, <<, size)
|
||||
#define GIGA(size) PREF_SHIFT_OP(G, <<, size)
|
||||
|
||||
struct vma_area;
|
||||
struct list_head;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue