diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 04:28:53 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 04:28:53 +0000 |
| commit | b8f5d78e9645abcc23e245c69c98d5204cba3b3c (patch) | |
| tree | 524cc20b2086184a8d832d07e104c7299df14cb5 /sys/dev/raidframe | |
| parent | ea2b872db3425672478749d3b830db9b4be9924e (diff) | |
s/convience/convenience/ in comment.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_dag.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_dag.h b/sys/dev/raidframe/rf_dag.h index 3f0effe73c9..88739bbb0af 100644 --- a/sys/dev/raidframe/rf_dag.h +++ b/sys/dev/raidframe/rf_dag.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_dag.h,v 1.21 2020/06/19 19:29:39 jdolecek Exp $ */ +/* $NetBSD: rf_dag.h,v 1.22 2021/12/05 04:28:53 msaitoh Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -196,7 +196,7 @@ struct RF_DagList_s { struct RF_DagList_s *next; /* next DagList, if any */ }; -/* convience macro for declaring a create dag function */ +/* convenience macro for declaring a create dag function */ #define RF_CREATE_DAG_FUNC_DECL(_name_) \ void _name_ ( \ |
