diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 16:47:15 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 16:47:15 +0100 |
commit | fcf3758c92dee4f3e2cd4a9c8a2caee95033c810 (patch) | |
tree | 2640b0285d971f823cfe827c5de3d845d72b81f5 /dmake | |
parent | 66e5cbc55ab6923e651e1e3b32a7f26b5adaef90 (diff) |
Fix typo "fuction" -> "function"
Change-Id: I369da2262d42fbc7cc3cfeeef4920606522237cd
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/unix/coherent/ver40/vfprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/unix/coherent/ver40/vfprintf.c b/dmake/unix/coherent/ver40/vfprintf.c index 907230db2081..5e0e39fce316 100644 --- a/dmake/unix/coherent/ver40/vfprintf.c +++ b/dmake/unix/coherent/ver40/vfprintf.c @@ -32,7 +32,7 @@ * than int in argument passing. If this is definded, and LONGINT is not, * the compiler must support the type unsingned long. * - * Most quirks and bugs of the available fprintf fuction are duplicated, + * Most quirks and bugs of the available fprintf function are duplicated, * however * in the width and precision fields will work correctly * even if fprintf does not support this. The %n format and the return * count will only work if fprintf returns the number of characters |