--- tme/host/posix/posix-memory.c 2018/04/24 16:37:52 1.1 +++ tme/host/posix/posix-memory.c 2018/04/24 16:39:14 1.1.1.2 @@ -1,6 +1,6 @@ -/* $Id: posix-memory.c,v 1.1 2018/04/24 16:37:52 root Exp $ */ +/* $Id: posix-memory.c,v 1.1.1.2 2018/04/24 16:39:14 root Exp $ */ -/* host/posix/memory.c - implementation of memory on a POSIX system: */ +/* host/posix/posix-memory.c - implementation of memory on a POSIX system: */ /* * Copyright (c) 2003 Matt Fredette @@ -34,7 +34,7 @@ */ #include -_TME_RCSID("$Id: posix-memory.c,v 1.1 2018/04/24 16:37:52 root Exp $"); +_TME_RCSID("$Id: posix-memory.c,v 1.1.1.2 2018/04/24 16:39:14 root Exp $"); /* includes: */ #include @@ -176,9 +176,9 @@ TME_ELEMENT_SUB_NEW_DECL(tme_host_posix, arg_i += 2; } - /* we are nonvolatile storage if our arguments are: + /* we are persistent storage if our arguments are: - nonvolatile FILE + persistent FILE */ else if (TME_ARG_IS(args[arg_i + 0], "persistent")