From: zooko <zooko@zooko.com>
Date: Wed, 14 Nov 2007 15:51:16 +0000 (+0530)
Subject: zfec: clarification of in-line comment
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/vdrive/quickstart.html?a=commitdiff_plain;h=171ce497c9a2870b013c1c2a2d5cbaa286edad7b;p=tahoe-lafs%2Fzfec.git

zfec: clarification of in-line comment

darcs-hash:9759e7e327e5ae24126fe80ddefd00d734532b01
---

diff --git a/zfec/zfec/fec.c b/zfec/zfec/fec.c
index 761e045..796425e 100644
--- a/zfec/zfec/fec.c
+++ b/zfec/zfec/fec.c
@@ -10,7 +10,7 @@
 #include <assert.h>
 
 #if defined(_MSC_VER)
-// actually, some of the flavors (i.e. Enterprise) do support it
+// actually, some of the flavors (i.e. Enterprise) do support restrict
 //#define restrict __restrict
 #define restrict
 #define inline __inline