From dea920cbb6567cbea4eb26e1918ab7dc231b9085 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Mon, 11 Mar 2019 21:12:54 -0700 Subject: [PATCH] Correct misspelled word --- TLB/src/Cam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLB/src/Cam.py b/TLB/src/Cam.py index 9e76337f..ab8f2c15 100644 --- a/TLB/src/Cam.py +++ b/TLB/src/Cam.py @@ -32,7 +32,7 @@ class Cam(): def __init__(self, data_size, cam_size): """ Arguments: * data_size: (bit count) The size of the data - * cam_size: (entry count) The number of entries int he CAM + * cam_size: (entry count) The number of entries in the CAM """ # Internal -- 2.30.2