diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-16 23:18:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-16 23:18:58 +0000 |
commit | 5efc49600a66dc90795e4a88488f04b506a6d4c5 (patch) | |
tree | e436030224f15f64730bbcb3ea1df88f57227cb4 /src/win32/orconfig.h | |
parent | 7c3ab346f65f1f26ea32193ec5989d6bee003e62 (diff) | |
download | tor-5efc49600a66dc90795e4a88488f04b506a6d4c5.tar.gz tor-5efc49600a66dc90795e4a88488f04b506a6d4c5.zip |
fix comment that makes no sense
svn:r2549
Diffstat (limited to 'src/win32/orconfig.h')
-rw-r--r-- | src/win32/orconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index dc7bb90224..eb8e7c52a5 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -124,7 +124,7 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define to 1 iff unaligned int access is allowed */ +/* Define to 1 iff NULL is represented by a 0 in memory. */ #define NULL_REP_IS_ZERO_BYTES 1 /* Name of package */ |