git: d40330306cd0 - main - sound(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 28 Dec 2024 06:43:19 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=d40330306cd000c7c64dc18a3634ac8e04b33fdd

commit d40330306cd000c7c64dc18a3634ac8e04b33fdd
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-12-28 06:39:21 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-12-28 06:41:43 +0000

    sound(4): Fix a typo in a source code comment
    
    - s/orginally/originally/
    
    MFC after:      3 days
---
 sys/dev/sound/pci/csareg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/sound/pci/csareg.h b/sys/dev/sound/pci/csareg.h
index a36e36177f5c..3341390f618b 100644
--- a/sys/dev/sound/pci/csareg.h
+++ b/sys/dev/sound/pci/csareg.h
@@ -34,7 +34,7 @@
 #define _CSA_REG_H
 
 /*
- * The following constats are orginally in the sample by Crystal Semiconductor.
+ * The following constats are originally in the sample by Crystal Semiconductor.
  * Copyright (c) 1996-1998 Crystal Semiconductor Corp.
  */