Module Name: src Committed By: andvar Date: Fri Feb 2 22:43:12 UTC 2024
Modified Files: src/sys/dev/ic: aac_tables.h Log Message: s/maintenace/maintenance/ in command status code description. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/aac_tables.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/ic/aac_tables.h diff -u src/sys/dev/ic/aac_tables.h:1.5 src/sys/dev/ic/aac_tables.h:1.6 --- src/sys/dev/ic/aac_tables.h:1.5 Tue Jun 5 04:04:14 2007 +++ src/sys/dev/ic/aac_tables.h Fri Feb 2 22:43:12 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: aac_tables.h,v 1.5 2007/06/05 04:04:14 briggs Exp $ */ +/* $NetBSD: aac_tables.h,v 1.6 2024/02/02 22:43:12 andvar Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -73,7 +73,7 @@ const struct aac_code_lookup aac_command { "bad type", 10007 }, { "jukebox", 10008 }, { "not mounted", 10009 }, - { "in maintenace mode", 10010 }, + { "in maintenance mode", 10010 }, { "stale ACL", 10011 }, { NULL, 0 }, { "unknown command status", 0 }