Fixes .c -> .cpp in comments. For doxygen.

This commit is contained in:
Geoff Nixon
2014-02-27 02:55:04 -08:00
parent ddcd2b0810
commit 18dd6f58e3
61 changed files with 107 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
/** \file exec.c
/** \file exec.cpp
Functions for executing a program.
Some of the code in this file is based on code from the Glibc