From 0b6da0f1e4dbcc3fd3c38b3addb1331e7d698a19 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 4 Jun 2004 14:47:21 +0000 Subject: [PATCH] Fixed a comment git-svn-id: svn://svn.cc65.org/cc65/trunk@3087 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/common/_scanf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/common/_scanf.h b/libsrc/common/_scanf.h index f4b4234ec..a385e4ae4 100644 --- a/libsrc/common/_scanf.h +++ b/libsrc/common/_scanf.h @@ -30,7 +30,7 @@ struct indesc { infunc fin; /* Pointer to input routine */ unsigned ccount; /* Number of chars read */ - /* Fields used outside from _scanf */ + /* Fields used outside of _scanf */ char* buf; /* Pointer to input buffer */ unsigned size; /* Size of input buffer */ unsigned fill; /* Fill mark of input buffer */ @@ -49,4 +49,4 @@ int _scanf (struct indesc* d, const char* format, va_list ap); - + -- 2.39.5