diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-07 16:58:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-07 16:58:25 +0000 |
commit | bc0d738a8d2b7b30633151b61111cdc144bd4368 (patch) | |
tree | 6c15f36dad187213b90ec92ff0318b3be7c1ba82 /gas/config/tc-ns32k.c | |
parent | d67b5d6d0e27dc2a4be9f14d463954fd83631243 (diff) | |
download | gdb-bc0d738a8d2b7b30633151b61111cdc144bd4368.zip gdb-bc0d738a8d2b7b30633151b61111cdc144bd4368.tar.gz gdb-bc0d738a8d2b7b30633151b61111cdc144bd4368.tar.bz2 |
Fix comments.
Diffstat (limited to 'gas/config/tc-ns32k.c')
-rw-r--r-- | gas/config/tc-ns32k.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/config/tc-ns32k.c b/gas/config/tc-ns32k.c index c81a387..97f66e6 100644 --- a/gas/config/tc-ns32k.c +++ b/gas/config/tc-ns32k.c @@ -1561,9 +1561,10 @@ md_begin () #define MAX_LITTLENUMS 6 /* Turn the string pointed to by litP into a floating point constant - of type type, and emit the appropriate bytes. The number of - LITTLENUMS emitted is stored in *sizeP . An error message is + of type TYPE, and emit the appropriate bytes. The number of + LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ + char * md_atof (type, litP, sizeP) char type; |