summaryrefslogtreecommitdiff
path: root/libgfortran/runtime
diff options
context:
space:
mode:
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-16 10:07:00 +0000
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-16 10:07:00 +0000
commit13bb2154622c7c79ede7e2156d96888c41aa4220 (patch)
tree3757bae66abffa2963e537ebe30e385d9a4dd880 /libgfortran/runtime
parent091bff861a4d44180f40d7230e69c94d72114568 (diff)
downloadgcc-13bb2154622c7c79ede7e2156d96888c41aa4220.tar.gz
* runtime/memory.c (deallocate): Correct comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122038 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/runtime')
-rw-r--r--libgfortran/runtime/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/memory.c b/libgfortran/runtime/memory.c
index b38d062669f..58395303440 100644
--- a/libgfortran/runtime/memory.c
+++ b/libgfortran/runtime/memory.c
@@ -269,7 +269,7 @@ allocate64_array (void *mem, GFC_INTEGER_8 size, GFC_INTEGER_4 * stat)
runtime_error ("Attempting to allocate already allocated array.");
}
-/* User-deallocate; pointer is NULLified. */
+/* User-deallocate; pointer is then NULLified by the front-end. */
extern void deallocate (void *, GFC_INTEGER_4 *);
export_proto(deallocate);