1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Fix a typo on a comment associated with check-in (6641) and ticket #3860. (CVS 6646)

FossilOrigin-Name: 43051e0315246d734a81ccef2cf1a0cc159f239b
This commit is contained in:
drh
2009-05-18 13:34:37 +00:00
parent d2c52f1cfd
commit 5e49edcabb
3 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id: sqliteInt.h,v 1.872 2009/05/16 17:38:21 drh Exp $
** @(#) $Id: sqliteInt.h,v 1.873 2009/05/18 13:34:38 drh Exp $
*/
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_
@@ -66,7 +66,7 @@
**
** Ticket #3860: The llvm-gcc-4.2 compiler from Apple chokes on
** the ((void*)&((char*)0)[X]) construct. But MSVC chokes on ((void*)(X)).
** We we have to define the macros in different ways depending on the
** So we have to define the macros in different ways depending on the
** compiler.
*/
#if defined(__GNUC__)