aboutsummaryrefslogtreecommitdiff
path: root/src/apps/gie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps/gie.cpp')
-rw-r--r--src/apps/gie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/gie.cpp b/src/apps/gie.cpp
index 07c06dd9..9c2d3eab 100644
--- a/src/apps/gie.cpp
+++ b/src/apps/gie.cpp
@@ -1266,7 +1266,7 @@ Constructor for the ffio object.
/***************************************************************************************/
static ffio *ffio_destroy (ffio *G) {
/****************************************************************************************
-Free all allocated associated memory, then free G itself. For extra RAII compliancy,
+Free all allocated associated memory, then free G itself. For extra RAII compliance,
the file object should also be closed if still open, but this will require additional
control logic, and ffio is a gie tool specific package, so we fall back to asserting that
fclose has been called prior to ffio_destroy.