summaryrefslogtreecommitdiff
path: root/libports
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-27 00:21:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-27 00:21:27 +0000
commit6ce9cd043c6a6a6546089830c7c594516c430048 (patch)
tree56d0d7e12720eb44c50bccc911d3e1f3a880b91f /libports
parent8fbc24c76fad6986c45dd92d2ca672037ab14bb9 (diff)
Fix spelling error.
Diffstat (limited to 'libports')
-rw-r--r--libports/ports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/ports.h b/libports/ports.h
index 1b99d350..8cf5c777 100644
--- a/libports/ports.h
+++ b/libports/ports.h
@@ -168,7 +168,7 @@ void ports_enable_class (struct port_class *class);
/* Permit suspend port creation (blocked by ports_count_bucket)
to continue. */
-void port_enable_bucket (struct port_bucket *bucket);
+void ports_enable_bucket (struct port_bucket *bucket);
/* Call FUN once for each port in BUCKET. */
error_t ports_bucket_iterate (struct port_bucket *bucket,