mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +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
@ -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…
x
Reference in New Issue
Block a user