diff options
Diffstat (limited to 'build/spec.c')
-rw-r--r-- | build/spec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/spec.c b/build/spec.c index c57efb950..18280e7c8 100644 --- a/build/spec.c +++ b/build/spec.c @@ -19,6 +19,7 @@ extern int specedit; /*@access TFI_t @*/ /* compared with NULL */ /** + * @param p trigger entry chain * @return NULL always */ static inline @@ -40,7 +41,7 @@ static inline /** * Destroy source component chain. - * @param source component chain + * @param s source component chain * @return NULL always */ static inline |