From 7e653cd566add6a79d89375041c2b52148b40932 Mon Sep 17 00:00:00 2001 From: mazze Date: Sat, 10 Nov 2012 13:15:10 +0000 Subject: [PATCH] Documentation fix. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46027 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/exec/rawdofmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rom/exec/rawdofmt.c b/rom/exec/rawdofmt.c index 5b51a01d68..7a81784959 100644 --- a/rom/exec/rawdofmt.c +++ b/rom/exec/rawdofmt.c @@ -115,7 +115,7 @@ ? (size == 'i' ? fetch_arg(IPTR) : (size == 'l' ? fetch_arg(ULONG) : fetch_arg(UWORD))) \ : (size == 'i' ? fetch_arg(SIPTR) : (size == 'l' ? fetch_arg(LONG) : fetch_arg(WORD)))) -/* Call the PutCharProc funtion with the given parameters. */ +/* Call the PutCharProc function with the given parameters. */ #define PutCh(ch) \ do \ { \ @@ -449,7 +449,7 @@ APTR InternalRawDoFmt(CONST_STRPTR FormatString, APTR DataStream, VOID_FUNC PutC DataStream - Pointer to a zone of memory containing the data. Data has to be WORD aligned. - PutChProc - Callback function. In caseCalled for each character, including + PutChProc - Callback function. Called for each character, including the NULL terminator. The fuction is called as follow: AROS_UFC2(void, PutChProc, -- 2.11.4.GIT