summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-04-08 02:07:13 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-04-08 02:07:13 (GMT)
commit18175b8d93ca1807236eced0a3389e9b46ecca53 (patch)
tree59bda029f3e83cf6df6b88ccfd05060bbf4d3f06 /scripts/functions
parentf54c5f674f618f0b57974857865d1e7b8e5a3916 (diff)
parentadd039fd50be77d2fc03a7a794947e005fcdea12 (diff)
Merge pull request #37 from bhundven/so_long_to_eglibc
So long to eglibc
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index a309f2d..cd3d446 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -737,7 +737,7 @@ CT_GetFile() {
done
# Just return error, someone may want to catch and handle the error
- # (eg. glibc/eglibc add-ons can be missing).
+ # (eg. glibc add-ons can be missing).
return 1
}