summaryrefslogtreecommitdiff
path: root/src/audiocache.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-01-19 18:16:58 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-01-19 18:16:58 +0100
commit195deff846013de59a10fd23f7a43a3d521f9325 (patch)
tree2654730b2f048553cab6e78f59590cc4305fa19c /src/audiocache.cc
parent22b99e7d0379d1b347ea04c27e46b83ed40d057b (diff)
Fix some comments.
Diffstat (limited to 'src/audiocache.cc')
-rw-r--r--src/audiocache.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audiocache.cc b/src/audiocache.cc
index 1a2225e..6d86494 100644
--- a/src/audiocache.cc
+++ b/src/audiocache.cc
@@ -1,6 +1,6 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/***************************************************************************
- * cachemanager.cc
+ * audiocache.cc
*
* Fri Apr 10 10:39:24 CEST 2015
* Copyright 2015 Jonas Suhr Christensen
@@ -75,7 +75,7 @@ sample_t* AudioCache::open(AudioFile* file, size_t initial_samples_needed,
// Register a new id for this cache session.
id = idManager.registerID({});
- // If we are out of availabel ids we get CACHE_DUMMYID
+ // If we are out of available ids we get CACHE_DUMMYID
if(id == CACHE_DUMMYID)
{
// Use nodata buffer instead.