From 624552e2ad3d04a3ae59c30bb05be234f947c501 Mon Sep 17 00:00:00 2001 From: coshcage <58808125+coshcage@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:09:58 +0000 Subject: [PATCH] Add files via upload --- src/sitable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sitable.c b/src/sitable.c index 583b7f5..2e4d3b3 100644 --- a/src/sitable.c +++ b/src/sitable.c @@ -251,7 +251,7 @@ P_MATRIX siCreateViewOfTable(P_TABLE ptbl) } /* Function name: siCreateTable - * Description: Print a view to stdout. + * Description: Create a new table. * Parameter: * ptrans Pointer to a transaction. * tblname Pointer to a string that indicates table name.