diff options
author | drh <drh@noemail.net> | 2003-01-19 03:59:45 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2003-01-19 03:59:45 +0000 |
commit | e78e8284adf677b0f0b25de8b88047e3422d02ec (patch) | |
tree | f25dcd675af1010705811844cdaa9dcc2c4e37ad /src/printf.c | |
parent | 79104c9d2a4a336c8b31728cfa050d12ae0adfad (diff) | |
download | sqlite-e78e8284adf677b0f0b25de8b88047e3422d02ec.tar.gz sqlite-e78e8284adf677b0f0b25de8b88047e3422d02ec.zip |
Update comments. No changes to code. (CVS 841)
FossilOrigin-Name: f6a8706872c43cee3003b48bb427c7b74b1f89e7
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c index af703f3f9..1ef6f42ce 100644 --- a/src/printf.c +++ b/src/printf.c @@ -3,8 +3,8 @@ ** the public domain. The original comments are included here for ** completeness. They are slightly out-of-date. ** -** The following modules is an enhanced replacement for the "printf" programs -** found in the standard library. The following enhancements are +** The following modules is an enhanced replacement for the "printf" subroutines +** found in the standard C library. The following enhancements are ** supported: ** ** + Additional functions. The standard set of "printf" functions |