From a393ea07329a5dde993d4069173a01ea0a958821 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 8 Mar 2006 21:48:42 +0000 Subject: [PATCH] - fix comment --- parseSpec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parseSpec.c b/parseSpec.c index c1e0a348..f85cf3b3 100644 --- a/parseSpec.c +++ b/parseSpec.c @@ -6,7 +6,7 @@ * Mark Huang * Copyright (C) 2006 The Trustees of Princeton University * - * $Id: rollout.py,v 1.3 2005/06/21 19:12:44 mlhuang Exp $ + * $Id: parseSpec.c,v 1.1 2006/03/08 21:19:16 mlhuang Exp $ */ #include @@ -68,7 +68,7 @@ main(int argc, char *const argv[]) /* Parse spec file. The rpmcli functions don't allow you to * access the Spec structure directly, so we call our own - * version of parseSpec() directly. */ + * version of rpmSpecQuery() directly. */ spec = rpmspecGet(ts, argv[1]); if (spec && spec->sources) { for (source = spec->sources; source; source = source->next) { -- 2.47.0