From 0e137c8a88ee6ebba9481d8f816943d8c7c42c15 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 22 May 2010 13:08:52 +0100 Subject: [PATCH] Do not mention wire format - that's in the FM --- include/storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/storage.h b/include/storage.h index c92db0f..4568b2a 100644 --- a/include/storage.h +++ b/include/storage.h @@ -49,7 +49,7 @@ typedef struct { TOKEN *token; /* A pointer to the article's TOKEN */ } ARTHANDLE; /* SMstore uses iov* but not data,len - * SMretrieve sets type data,len private data is in wire format + * SMretrieve sets type data,len private */ #define SMERR_NOERROR 0 -- 2.30.2