]> rtime.felk.cvut.cz Git - frescor/frsh.git/commitdiff
Documentation fixes
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 26 Nov 2008 12:32:34 +0000 (13:32 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 26 Nov 2008 12:34:12 +0000 (13:34 +0100)
fres/contract/fres_container.c
fres/contract/fres_container_type.h

index 231ee22640e33a41e27e7b1277dd9f4b2aecf89d..f9d46dd9da026772dda79e9dcf12e471b7d5ac46 100644 (file)
@@ -275,7 +275,8 @@ fres_container_del_block(struct fres_container *container,
  * 
  * @return Pointer to the block or NULL if the block is not present or
  * deserialized. The memory area pointed by this pointer is owned by
- * the contract. If the user needs to store the block, it must be duplicated.
+ * the contract. If the user needs to store the block, it must be
+ * duplicated.
  */
 void *
 fres_container_get_block(struct fres_container *container,
index de914b2abb4e9b673abfca9d058aa3f616b97512..53f62ccc325ec9aded945ba86f73615b04865e66 100644 (file)
@@ -5,7 +5,7 @@
 #include <forb/cdr_codec.h>
 
 /**
- * Data type for represenataion of contract container (imcomplete declaration).
+ * Data type for represenataion of contract container (incomplete declaration).
  */
 typedef struct fres_container *fres_container_ptr;