This commit fixes comments about "System Functions".
* Add a missing comment about System Functions in the header
* Fix singular to plural like others
Change-Id: I3feb94cd11a6683ca80093574d60fdf7420e3af2
| ... | ... |
@@ -15,6 +15,7 @@ |
| 15 | 15 |
# - Process Functions |
| 16 | 16 |
# - Python Functions |
| 17 | 17 |
# - Service Functions |
| 18 |
+# - System Functions |
|
| 18 | 19 |
# |
| 19 | 20 |
# The following variables are assumed to be defined by certain functions: |
| 20 | 21 |
# |
| ... | ... |
@@ -1280,8 +1281,8 @@ function use_exclusive_service {
|
| 1280 | 1280 |
} |
| 1281 | 1281 |
|
| 1282 | 1282 |
|
| 1283 |
-# System Function |
|
| 1284 |
-# =============== |
|
| 1283 |
+# System Functions |
|
| 1284 |
+# ================ |
|
| 1285 | 1285 |
|
| 1286 | 1286 |
# Only run the command if the target file (the last arg) is not on an |
| 1287 | 1287 |
# NFS filesystem. |