From aeb6179d513a87eca28cfaa699a42e2b1dcb333d Mon Sep 17 00:00:00 2001 From: graf_chokolo Date: Sat, 9 Apr 2011 22:55:49 +0200 Subject: [PATCH] fixed comment --- include/lv2_syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lv2_syscall.h b/include/lv2_syscall.h index 68e7807..8826930 100644 --- a/include/lv2_syscall.h +++ b/include/lv2_syscall.h @@ -83,7 +83,7 @@ static inline int lv2_storage_create_region(uint32_t dev_handle, uint64_t start_ } /* - * lv2_storage_region + * lv2_storage_delete_region */ static inline int lv2_storage_delete_region(uint32_t dev_handle, uint64_t region_id) { -- 2.11.4.GIT