X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=modules%2Fsample%2Fsample.c;h=1c438117403aaf163f0390f7073c7971e71d0ca0;hb=7076b180cf97a9f89b69f8ab07df6e7f9d5c3eb5;hp=1f519fce9cd9dc5513de2891cd794867a74855a2;hpb=f3ec20f455f3f1212d2c5ee4cadc984330da9c38;p=chise%2Fxemacs-chise.git diff --git a/modules/sample/sample.c b/modules/sample/sample.c index 1f519fc..1c43811 100644 --- a/modules/sample/sample.c +++ b/modules/sample/sample.c @@ -31,9 +31,9 @@ version of Emacs. /* * Each dynamically loaded Emacs module is given a name at compile * time. This is a short name, and must be a valid part of a C - * identifier. This name is used to contruct the name of several + * identifier. This name is used to construct the name of several * functions which must appear in the module source code. - * The first such function, modules_of_XXXX, should load in any dependant + * The first such function, modules_of_XXXX, should load in any dependent * modules. This function is optional, and the module will still load if * it is not present in the module. * @@ -60,8 +60,8 @@ modules_of_sample() { /* * This function isn't actually required as we will not be loading - * in any dependant modules, but if we were, we would do something like: - * emodules_load ("dependant.ell", "sample2", "1.0.0"); + * in any dependent modules, but if we were, we would do something like: + * emodules_load ("dependent.ell", "sample2", "1.0.0"); */ }