aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-23 11:25:33 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-23 11:25:33 -0800
commit654010f639f05486423cfb60f1a64de3bdc55699 (patch)
tree8237dbbaeb2b558668aece54bbe34777e361e3a2 /autoload.h
parent918f84438fa66a4e42ec41086b92acfb1de90fac (diff)
Grammar fix in a comment
Diffstat (limited to 'autoload.h')
-rw-r--r--autoload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload.h b/autoload.h
index b58b98bb..ee3d259a 100644
--- a/autoload.h
+++ b/autoload.h
@@ -96,7 +96,7 @@ public:
/**
Autoload the specified file, if it exists in the specified path. Do
- not load it multiple times unless it's timestamp changes or
+ not load it multiple times unless its timestamp changes or
parse_util_unload is called.
Autoloading one file may unload another.