summaryrefslogtreecommitdiff
path: root/source/compiler/aslfiles.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-10-19 18:47:57 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-10-19 18:47:57 +0000
commit31aa864e8c068201d58aad3a8f82ddb51df11015 (patch)
tree5e268c18ae0fa3ec73e13e2af60a3be57d8393ec /source/compiler/aslfiles.c
parentebef5c959a0ea58fa05c4a5a80bb93104780bf87 (diff)
Notes
Diffstat (limited to 'source/compiler/aslfiles.c')
-rw-r--r--source/compiler/aslfiles.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/source/compiler/aslfiles.c b/source/compiler/aslfiles.c
index 7aa426c590d01..3a3de3819e0e5 100644
--- a/source/compiler/aslfiles.c
+++ b/source/compiler/aslfiles.c
@@ -1,4 +1,3 @@
-
/******************************************************************************
*
* Module Name: aslfiles - file I/O suppoert
@@ -63,7 +62,6 @@ FlParseInputPathname (
#endif
-
/*******************************************************************************
*
* FUNCTION: AslAbort
@@ -72,7 +70,7 @@ FlParseInputPathname (
*
* RETURN: None
*
- * DESCRIPTION: Dump the error log and abort the compiler. Used for serious
+ * DESCRIPTION: Dump the error log and abort the compiler. Used for serious
* I/O errors
*
******************************************************************************/
@@ -199,7 +197,7 @@ FlGetFileSize (
* Buffer - Where to place the data
* Length - Amount to read
*
- * RETURN: Status. AE_ERROR indicates EOF.
+ * RETURN: Status. AE_ERROR indicates EOF.
*
* DESCRIPTION: Read data from an open file.
* NOTE: Aborts compiler on any error.
@@ -347,7 +345,7 @@ FlSeekFile (
*
* RETURN: None
*
- * DESCRIPTION: Close an open file. Aborts compiler on error
+ * DESCRIPTION: Close an open file. Aborts compiler on error
*
******************************************************************************/
@@ -806,7 +804,7 @@ FlOpenInputFile (
*
* RETURN: Status
*
- * DESCRIPTION: Create the output filename (*.AML) and open the file. The file
+ * DESCRIPTION: Create the output filename (*.AML) and open the file. The file
* is created in the same directory as the parent input file.
*
******************************************************************************/
@@ -1147,5 +1145,3 @@ FlParseInputPathname (
return (AE_OK);
}
#endif
-
-